CSS Color Background

Bistre

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

Preview

Bistre solid color background preview (#3D2B1F)

Color value: #3D2B1F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #3D2B1F; }

HTML Code

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