Rosy Brown Hex Code — #BC8F8F
RGB, HSL, and CMYK values for Rosy Brown.
Rosy Brown Color Values
| Format | Value |
|---|---|
| HEX | #BC8F8F |
| RGB | rgb(188, 143, 143) |
| HSL | hsl(0, 25%, 65%) |
| CMYK | cmyk(0%, 24%, 24%, 26%) |
Want to explore more shades? Use our Color Converter
About Rosy Brown
Color psychology: Warmth, sophistication.
Rosy Brown (#BC8F8F) is a medium shade of brown. It's commonly used in web design, graphic design, and branding where warmth, sophistication are desired associations.
How to Use Rosy Brown in CSS
/* Using HEX */ color: #BC8F8F; background-color: #BC8F8F; /* Using RGB */ color: rgb(188, 143, 143); /* Using HSL */ color: hsl(0, 25%, 65%);