#BD755F
A medium, moderate red closely aligning with Darksalmon.
About #BD755F
Visually, #BD755F is defined as a moderate red. Its closest recognized web color is Darksalmon. In the RGB color space, it consists of 189 red, 117 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 38% magenta, 50% yellow, and 26% black. With a hue angle of 14.0 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#BD755F
RGB189, 117, 95
HSL14.0°, 41.6%, 55.7%
CMYK0%, 38%, 50%, 26%
HSV14.0°, 49.7%, 74.1%
LAB56.5, 25.9, 24.0
XYZ29.4, 24.4, 14.0
Decimal12416351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.87:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD755F;
}
.text-color {
color: #BD755F;
}
.border-color {
border: 2px solid #BD755F;
}