Shades of Chestnut #B94C3E
Tints of Chestnut #B94C3E
RGB
CMYK
RGB Variations
Color information
#B94C3E (or 0xB94C3E) is known color: Chestnut. HEX triplet: B9, 4C and 3E. RGB value is (185,76,62). Sum of RGB (Red+Green+Blue) = 185+76+62=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C3E is #46B3C1. Grayscale: #6B6B6B. Windows color (decimal): -4633538 or 4082873. OLE color: 4082873.
HSL color Cylindrical-coordinate representation of color #B94C3E: hue angle of 6.83º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94C3E is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 62 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.27 |
| HSL | 6.83º | 0.5% | 0.48% | - |
| HSV(B) | 6.83º | 0.66% | 0.73% | - |
| XYZ | 23.46 | 15.83 | 6.38 | - |
| YUV | 107 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 62 | 0 | 0.59 | 0.66 | 0.27 | 6.83 | 0.5 | 0.48 |
| Hex | B9 | 4C | 3E | 0 | 3B | 42 | 1B | 7 | 32 | 30 |
| Octal | 271 | 114 | 76 | 0 | 73 | 102 | 33 | 7 | 62 | 60 |
| Binary | 10111001 | 1001100 | 111110 | 0 | 111011 | 1000010 | 11011 | 111 | 110010 | 110000 |
Color Harmonies of #B94C3E
Complementary color
Monochromatic Colors of #B94C3E
Black with #B94C3E
Text Example
Text Example
White with #B94C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C3E; }
p { color: rgb(185,76,62); }
H1.HeaderClassName
{
color: #B94C3E;
}
.AnyTagClassName
{
color: #B94C3E;
}
</style>
background-color css
<style>
a { background-color: #B94C3E; }
a { background-color: rgb(185,76,62); }
div.DivClassName
{
background-color: #B94C3E;
}
.BgClassName
{
background-color: #B94C3E;
}
</style>
border-color css
<style>
span { border-color: #B94C3E; }
span { border-color: rgb(185,76,62); }
td.TdClassName
{
border-color: #B94C3E;
}
.TagClassName
{
border-color: #B94C3E;
}
</style>