CSS Color Background

Rosy Brown

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

Preview

Rosy Brown solid color background preview (#BC8F8F)

Color value: #BC8F8F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #BC8F8F; }

HTML Code

<section class="hero rosy-brown-bg"> <h2>Your content</h2> </section> <style> .rosy-brown-bg { background-color: #BC8F8F; } </style>