Shades of Chestnut #B94744
Tints of Chestnut #B94744
RGB
CMYK
RGB Variations
Color information
#B94744 (or 0xB94744) is known color: Chestnut. HEX triplet: B9, 47 and 44. RGB value is (185,71,68). Sum of RGB (Red+Green+Blue) = 185+71+68=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94744 is #46B8BB. Grayscale: #686868. Windows color (decimal): -4634812 or 4474809. OLE color: 4474809.
HSL color Cylindrical-coordinate representation of color #B94744: hue angle of 1.54º 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 #B94744 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 68 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.27 |
| HSL | 1.54º | 0.46% | 0.5% | - |
| HSV(B) | 1.54º | 0.63% | 0.73% | - |
| XYZ | 23.3 | 15.24 | 7.18 | - |
| YUV | 104.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 68 | 0 | 0.62 | 0.63 | 0.27 | 1.54 | 0.46 | 0.5 |
| Hex | B9 | 47 | 44 | 0 | 3E | 3F | 1B | 2 | 2E | 32 |
| Octal | 271 | 107 | 104 | 0 | 76 | 77 | 33 | 2 | 56 | 62 |
| Binary | 10111001 | 1000111 | 1000100 | 0 | 111110 | 111111 | 11011 | 10 | 101110 | 110010 |
Color Harmonies of #B94744
Complementary color
Monochromatic Colors of #B94744
Black with #B94744
Text Example
Text Example
White with #B94744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94744; }
p { color: rgb(185,71,68); }
H1.HeaderClassName
{
color: #B94744;
}
.AnyTagClassName
{
color: #B94744;
}
</style>
background-color css
<style>
a { background-color: #B94744; }
a { background-color: rgb(185,71,68); }
div.DivClassName
{
background-color: #B94744;
}
.BgClassName
{
background-color: #B94744;
}
</style>
border-color css
<style>
span { border-color: #B94744; }
span { border-color: rgb(185,71,68); }
td.TdClassName
{
border-color: #B94744;
}
.TagClassName
{
border-color: #B94744;
}
</style>