Shades of Chestnut #B85350
Tints of Chestnut #B85350
RGB
CMYK
RGB Variations
Color information
#B85350 (or 0xB85350) is known color: Chestnut. HEX triplet: B8, 53 and 50. RGB value is (184,83,80). Sum of RGB (Red+Green+Blue) = 184+83+80=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B85350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85350 is #47ACAF. Grayscale: #707070. Windows color (decimal): -4697264 or 5264312. OLE color: 5264312.
HSL color Cylindrical-coordinate representation of color #B85350: hue angle of 1.73º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85350 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 80 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.28 |
| HSL | 1.73º | 0.42% | 0.52% | - |
| HSV(B) | 1.73º | 0.57% | 0.72% | - |
| XYZ | 24.31 | 16.96 | 9.58 | - |
| YUV | 112.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 80 | 0 | 0.55 | 0.57 | 0.28 | 1.73 | 0.42 | 0.52 |
| Hex | B8 | 53 | 50 | 0 | 37 | 39 | 1C | 2 | 2A | 34 |
| Octal | 270 | 123 | 120 | 0 | 67 | 71 | 34 | 2 | 52 | 64 |
| Binary | 10111000 | 1010011 | 1010000 | 0 | 110111 | 111001 | 11100 | 10 | 101010 | 110100 |
Color Harmonies of #B85350
Complementary color
Monochromatic Colors of #B85350
Black with #B85350
Text Example
Text Example
White with #B85350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85350; }
p { color: rgb(184,83,80); }
H1.HeaderClassName
{
color: #B85350;
}
.AnyTagClassName
{
color: #B85350;
}
</style>
background-color css
<style>
a { background-color: #B85350; }
a { background-color: rgb(184,83,80); }
div.DivClassName
{
background-color: #B85350;
}
.BgClassName
{
background-color: #B85350;
}
</style>
border-color css
<style>
span { border-color: #B85350; }
span { border-color: rgb(184,83,80); }
td.TdClassName
{
border-color: #B85350;
}
.TagClassName
{
border-color: #B85350;
}
</style>