CSS Color Background

Spanish Bistre

Pure CSS color background: #807532. Use this solid color for personal and commercial creative projects.

Preview

Spanish Bistre solid color background preview (#807532)

Color value: #807532

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #807532; }

HTML Code

<section class="hero spanish-bistre-bg"> <h2>Your content</h2> </section> <style> .spanish-bistre-bg { background-color: #807532; } </style>