Rosy Brown
#bc8f8f
Rosy Brown is a color with the hex code #bc8f8f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bc8f8f | |
|---|---|---|
| RGB | rgb(188, 143, 143) | |
| HSL | hsl(0, 25%, 65%) | |
| CMYK | cmyk(0%, 24%, 24%, 26%) | |
| LAB | lab(64, 18, 7) | |
| OKLCH | oklch(0.69 0.055 19) |
Color harmonies
Tints & shades
Code snippets
color: #bc8f8f;
background-color: #bc8f8f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFBC8F8F)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.56, blue: 0.56, alpha: 1.0)