CSS Color Background

French Bistre

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

Preview

French Bistre solid color background preview (#856D4D)

Color value: #856D4D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #856D4D; }

HTML Code

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