#B65750
A medium, moderate red closely aligning with Indianred.
About #B65750
At its core, #B65750 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 182 red, 87 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 52% M, 56% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B65750
RGB182, 87, 80
HSL4.1°, 41.1%, 51.4%
CMYK0%, 52%, 56%, 29%
HSV4.1°, 56.0%, 71.4%
LAB48.7, 37.9, 22.3
XYZ24.1, 17.3, 9.7
Decimal11949904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65750;
}
.text-color {
color: #B65750;
}
.border-color {
border: 2px solid #B65750;
}