Shades of Chestnut #B95144
Tints of Chestnut #B95144
RGB
CMYK
RGB Variations
Color information
#B95144 (or 0xB95144) is known color: Chestnut. HEX triplet: B9, 51 and 44. RGB value is (185,81,68). Sum of RGB (Red+Green+Blue) = 185+81+68=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B95144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95144 is #46AEBB. Grayscale: #6E6E6E. Windows color (decimal): -4632252 or 4477369. OLE color: 4477369.
HSL color Cylindrical-coordinate representation of color #B95144: hue angle of 6.67º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B95144 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 68 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.27 |
| HSL | 6.67º | 0.46% | 0.5% | - |
| HSV(B) | 6.67º | 0.63% | 0.73% | - |
| XYZ | 23.99 | 16.62 | 7.41 | - |
| YUV | 110.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 68 | 0 | 0.56 | 0.63 | 0.27 | 6.67 | 0.46 | 0.5 |
| Hex | B9 | 51 | 44 | 0 | 38 | 3F | 1B | 7 | 2E | 32 |
| Octal | 271 | 121 | 104 | 0 | 70 | 77 | 33 | 7 | 56 | 62 |
| Binary | 10111001 | 1010001 | 1000100 | 0 | 111000 | 111111 | 11011 | 111 | 101110 | 110010 |
Color Harmonies of #B95144
Complementary color
Monochromatic Colors of #B95144
Black with #B95144
Text Example
Text Example
White with #B95144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95144; }
p { color: rgb(185,81,68); }
H1.HeaderClassName
{
color: #B95144;
}
.AnyTagClassName
{
color: #B95144;
}
</style>
background-color css
<style>
a { background-color: #B95144; }
a { background-color: rgb(185,81,68); }
div.DivClassName
{
background-color: #B95144;
}
.BgClassName
{
background-color: #B95144;
}
</style>
border-color css
<style>
span { border-color: #B95144; }
span { border-color: rgb(185,81,68); }
td.TdClassName
{
border-color: #B95144;
}
.TagClassName
{
border-color: #B95144;
}
</style>