#BD8A92
A light, muted red closely aligning with Rosybrown.
About #BD8A92
At its core, #BD8A92 is a light and muted hue. It is closely associated with the named CSS color Rosybrown. This translates to an RGB value of rgb(189, 138, 146).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 27% magenta, 23% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD8A92
RGB189, 138, 146
HSL350.6°, 27.9%, 64.1%
CMYK0%, 27%, 23%, 26%
HSV350.6°, 27.0%, 74.1%
LAB62.6, 20.6, 3.4
XYZ35.3, 31.1, 31.3
Decimal12421778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.21:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD8A92;
}
.text-color {
color: #BD8A92;
}
.border-color {
border: 2px solid #BD8A92;
}