Shades of Chestnut #B94444
Tints of Chestnut #B94444
RGB
CMYK
RGB Variations
Color information
#B94444 (or 0xB94444) is known color: Chestnut. HEX triplet: B9, 44 and 44. RGB value is (185,68,68). Sum of RGB (Red+Green+Blue) = 185+68+68=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B94444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94444 is #46BBBB. Grayscale: #676767. Windows color (decimal): -4635580 or 4474041. OLE color: 4474041.
HSL color Cylindrical-coordinate representation of color #B94444: hue angle of 0º 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 #B94444 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 68 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.27 |
| HSL | 0º | 0.46% | 0.5% | - |
| HSV(B) | 0º | 0.63% | 0.73% | - |
| XYZ | 23.12 | 14.87 | 7.12 | - |
| YUV | 102.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 68 | 0 | 0.63 | 0.63 | 0.27 | 0 | 0.46 | 0.5 |
| Hex | B9 | 44 | 44 | 0 | 3F | 3F | 1B | 0 | 2E | 32 |
| Octal | 271 | 104 | 104 | 0 | 77 | 77 | 33 | 0 | 56 | 62 |
| Binary | 10111001 | 1000100 | 1000100 | 0 | 111111 | 111111 | 11011 | 0 | 101110 | 110010 |
Color Harmonies of #B94444
Complementary color
Monochromatic Colors of #B94444
Black with #B94444
Text Example
Text Example
White with #B94444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94444; }
p { color: rgb(185,68,68); }
H1.HeaderClassName
{
color: #B94444;
}
.AnyTagClassName
{
color: #B94444;
}
</style>
background-color css
<style>
a { background-color: #B94444; }
a { background-color: rgb(185,68,68); }
div.DivClassName
{
background-color: #B94444;
}
.BgClassName
{
background-color: #B94444;
}
</style>
border-color css
<style>
span { border-color: #B94444; }
span { border-color: rgb(185,68,68); }
td.TdClassName
{
border-color: #B94444;
}
.TagClassName
{
border-color: #B94444;
}
</style>