Shades of Chestnut #B85144
Tints of Chestnut #B85144
RGB
CMYK
RGB Variations
Color information
#B85144 (or 0xB85144) is known color: Chestnut. HEX triplet: B8, 51 and 44. RGB value is (184,81,68). Sum of RGB (Red+Green+Blue) = 184+81+68=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B85144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85144 is #47AEBB. Grayscale: #6E6E6E. Windows color (decimal): -4697788 or 4477368. OLE color: 4477368.
HSL color Cylindrical-coordinate representation of color #B85144: hue angle of 6.72º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B85144 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 68 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.28 |
| HSL | 6.72º | 0.46% | 0.49% | - |
| HSV(B) | 6.72º | 0.63% | 0.72% | - |
| XYZ | 23.75 | 16.49 | 7.4 | - |
| YUV | 110.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 68 | 0 | 0.56 | 0.63 | 0.28 | 6.72 | 0.46 | 0.49 |
| Hex | B8 | 51 | 44 | 0 | 38 | 3F | 1C | 7 | 2E | 31 |
| Octal | 270 | 121 | 104 | 0 | 70 | 77 | 34 | 7 | 56 | 61 |
| Binary | 10111000 | 1010001 | 1000100 | 0 | 111000 | 111111 | 11100 | 111 | 101110 | 110001 |
Color Harmonies of #B85144
Complementary color
Monochromatic Colors of #B85144
Black with #B85144
Text Example
Text Example
White with #B85144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85144; }
p { color: rgb(184,81,68); }
H1.HeaderClassName
{
color: #B85144;
}
.AnyTagClassName
{
color: #B85144;
}
</style>
background-color css
<style>
a { background-color: #B85144; }
a { background-color: rgb(184,81,68); }
div.DivClassName
{
background-color: #B85144;
}
.BgClassName
{
background-color: #B85144;
}
</style>
border-color css
<style>
span { border-color: #B85144; }
span { border-color: rgb(184,81,68); }
td.TdClassName
{
border-color: #B85144;
}
.TagClassName
{
border-color: #B85144;
}
</style>