#BD928A
A light, muted red closely aligning with Rosybrown.
About #BD928A
Visually, #BD928A is defined as a muted red. If you're using CSS, you might find it aligns closely with Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 146, and 138.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 23% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD928A
RGB189, 146, 138
HSL9.4°, 27.9%, 64.1%
CMYK0%, 23%, 27%, 26%
HSV9.4°, 27.0%, 74.1%
LAB64.3, 15.0, 10.5
XYZ35.9, 33.2, 28.6
Decimal12423818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.64:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD928A;
}
.text-color {
color: #BD928A;
}
.border-color {
border: 2px solid #BD928A;
}