#B68A6D
A medium, moderate orange closely aligning with Rosybrown.
About #B68A6D
When working with digital screens, the color #B68A6D is rendered by mixing light. Its closest recognized web color is Rosybrown. This translates to an RGB value of rgb(182, 138, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 24% Magenta, 40% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B68A6D
RGB182, 138, 109
HSL23.8°, 33.3%, 57.1%
CMYK0%, 24%, 40%, 29%
HSV23.8°, 40.1%, 71.4%
LAB61.0, 12.9, 22.0
XYZ31.1, 29.2, 18.5
Decimal11962989
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.07:1
Text on #FFFFFF
AA Large
6.85:1
Text on #000000
AA
2.93:1
Text on #F8FAFC
FAIL
5.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B68A6D;
}
.text-color {
color: #B68A6D;
}
.border-color {
border: 2px solid #B68A6D;
}