Rosy Brown Hex Code — #BC8F8F
RGB, HSL, and CMYK values for Rosy Brown.
Last updated: April 6, 2026
Rosy Brown Color Values
| Format | Value |
|---|---|
| HEX | #BC8F8F |
| RGB | rgb(188, 143, 143) |
| HSL | hsl(0, 25%, 65%) |
| CMYK | cmyk(0%, 24%, 24%, 26%) |
About Rosy Brown
Color psychology: Warmth, sophistication.
Rosy Brown (#BC8F8F) is a medium shade of brown with a hue angle of 0° on the color wheel, 25% saturation, and 65% lightness. It's commonly used in web design, graphic design, and branding where warmth, sophistication are desired associations.
In color theory, Rosy Brown sits in the warm section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use Rosy Brown in Design
Web Design
Use Rosy Brown as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Rosy Brown conveys warmth, sophistication — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:24% Y:24% K:26%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Rosy Brown work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Rosy Brown in CSS
/* Using HEX */ color: #BC8F8F; background-color: #BC8F8F; /* Using RGB */ color: rgb(188, 143, 143); /* Using HSL — best for creating variations */ color: hsl(0, 25%, 65%); /* Transparent overlay (50% opacity) */ background-color: rgba(188, 143, 143, 0.5); /* Lighter variant for hover states */ background-color: hsl(0, 25%, 75%); /* Darker variant for active states */ background-color: hsl(0, 25%, 55%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Rosy Brown without changing its core hue or saturation.
Colors That Go With Rosy Brown
Complementary
Analogous
Triadic
Similar Shades of Brown
Frequently Asked Questions
What is the hex code for Rosy Brown?
What is Rosy Brown in RGB and when should I use RGB?
How to use Rosy Brown in CSS with different color formats?
What is the HSL value of Rosy Brown and why is HSL useful for designers?
What is the CMYK value of Rosy Brown for print design?
What colors pair well with Rosy Brown in design projects?
Is Rosy Brown (#BC8F8F) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.