#B68A92
A light, muted red closely aligning with Rosybrown.
About #B68A92
The hex code #B68A92 represents a beautifully specific shade of red. Its closest recognized web color is Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 138, and 146.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 24% M, 20% Y, and 29% K. With a hue angle of 349.1 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#B68A92
RGB182, 138, 146
HSL349.1°, 23.2%, 62.7%
CMYK0%, 24%, 20%, 29%
HSV349.1°, 24.2%, 71.4%
LAB61.8, 18.0, 2.2
XYZ33.6, 30.2, 31.3
Decimal11963026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.04:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B68A92;
}
.text-color {
color: #B68A92;
}
.border-color {
border: 2px solid #B68A92;
}