Shades of Chestnut #B94D3F
Tints of Chestnut #B94D3F
RGB
CMYK
RGB Variations
Color information
#B94D3F (or 0xB94D3F) is known color: Chestnut. HEX triplet: B9, 4D and 3F. RGB value is (185,77,63). Sum of RGB (Red+Green+Blue) = 185+77+63=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D3F is #46B2C0. Grayscale: #6B6B6B. Windows color (decimal): -4633281 or 4148665. OLE color: 4148665.
HSL color Cylindrical-coordinate representation of color #B94D3F: hue angle of 6.89º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94D3F is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 63 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.27 |
| HSL | 6.89º | 0.49% | 0.49% | - |
| HSV(B) | 6.89º | 0.66% | 0.73% | - |
| XYZ | 23.56 | 15.98 | 6.55 | - |
| YUV | 107.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 63 | 0 | 0.58 | 0.66 | 0.27 | 6.89 | 0.49 | 0.49 |
| Hex | B9 | 4D | 3F | 0 | 3A | 42 | 1B | 7 | 31 | 31 |
| Octal | 271 | 115 | 77 | 0 | 72 | 102 | 33 | 7 | 61 | 61 |
| Binary | 10111001 | 1001101 | 111111 | 0 | 111010 | 1000010 | 11011 | 111 | 110001 | 110001 |
Color Harmonies of #B94D3F
Complementary color
Monochromatic Colors of #B94D3F
Black with #B94D3F
Text Example
Text Example
White with #B94D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D3F; }
p { color: rgb(185,77,63); }
H1.HeaderClassName
{
color: #B94D3F;
}
.AnyTagClassName
{
color: #B94D3F;
}
</style>
background-color css
<style>
a { background-color: #B94D3F; }
a { background-color: rgb(185,77,63); }
div.DivClassName
{
background-color: #B94D3F;
}
.BgClassName
{
background-color: #B94D3F;
}
</style>
border-color css
<style>
span { border-color: #B94D3F; }
span { border-color: rgb(185,77,63); }
td.TdClassName
{
border-color: #B94D3F;
}
.TagClassName
{
border-color: #B94D3F;
}
</style>