#B67C75
A medium, moderate red closely aligning with Rosybrown.
About #B67C75
When working with digital screens, the color #B67C75 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(182, 124, 117).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 32% magenta, 36% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
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#B67C75
RGB182, 124, 117
HSL6.5°, 30.8%, 58.6%
CMYK0%, 32%, 36%, 29%
HSV6.5°, 35.7%, 71.4%
LAB57.7, 21.7, 13.0
XYZ29.7, 25.6, 20.2
Decimal11959413
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.13:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B67C75;
}
.text-color {
color: #B67C75;
}
.border-color {
border: 2px solid #B67C75;
}