Shades of Chestnut #B85449
Tints of Chestnut #B85449
RGB
CMYK
RGB Variations
Color information
#B85449 (or 0xB85449) is known color: Chestnut. HEX triplet: B8, 54 and 49. RGB value is (184,84,73). Sum of RGB (Red+Green+Blue) = 184+84+73=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B85449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85449 is #47ABB6. Grayscale: #707070. Windows color (decimal): -4697015 or 4805816. OLE color: 4805816.
HSL color Cylindrical-coordinate representation of color #B85449: hue angle of 5.95º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85449 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 73 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.28 |
| HSL | 5.95º | 0.44% | 0.5% | - |
| HSV(B) | 5.95º | 0.6% | 0.72% | - |
| XYZ | 24.14 | 17.01 | 8.31 | - |
| YUV | 112.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 73 | 0 | 0.54 | 0.60 | 0.28 | 5.95 | 0.44 | 0.5 |
| Hex | B8 | 54 | 49 | 0 | 36 | 3C | 1C | 6 | 2C | 32 |
| Octal | 270 | 124 | 111 | 0 | 66 | 74 | 34 | 6 | 54 | 62 |
| Binary | 10111000 | 1010100 | 1001001 | 0 | 110110 | 111100 | 11100 | 110 | 101100 | 110010 |
Color Harmonies of #B85449
Complementary color
Monochromatic Colors of #B85449
Black with #B85449
Text Example
Text Example
White with #B85449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85449; }
p { color: rgb(184,84,73); }
H1.HeaderClassName
{
color: #B85449;
}
.AnyTagClassName
{
color: #B85449;
}
</style>
background-color css
<style>
a { background-color: #B85449; }
a { background-color: rgb(184,84,73); }
div.DivClassName
{
background-color: #B85449;
}
.BgClassName
{
background-color: #B85449;
}
</style>
border-color css
<style>
span { border-color: #B85449; }
span { border-color: rgb(184,84,73); }
td.TdClassName
{
border-color: #B85449;
}
.TagClassName
{
border-color: #B85449;
}
</style>