#B67C6D
A medium, moderate red closely aligning with Rosybrown.
About #B67C6D
At its core, #B67C6D is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(182, 124, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 32% magenta inks. With a hue angle of 12.3 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B67C6D
RGB182, 124, 109
HSL12.3°, 33.3%, 57.1%
CMYK0%, 32%, 40%, 29%
HSV12.3°, 40.1%, 71.4%
LAB57.5, 20.7, 17.3
XYZ29.3, 25.5, 17.8
Decimal11959405
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B67C6D;
}
.text-color {
color: #B67C6D;
}
.border-color {
border: 2px solid #B67C6D;
}