Shades of Chestnut #B9463F
Tints of Chestnut #B9463F
RGB
CMYK
RGB Variations
Color information
#B9463F (or 0xB9463F) is known color: Chestnut. HEX triplet: B9, 46 and 3F. RGB value is (185,70,63). Sum of RGB (Red+Green+Blue) = 185+70+63=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9463F is #46B9C0. Grayscale: #676767. Windows color (decimal): -4635073 or 4146873. OLE color: 4146873.
HSL color Cylindrical-coordinate representation of color #B9463F: hue angle of 3.44º 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 #B9463F is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 63 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.27 |
| HSL | 3.44º | 0.49% | 0.49% | - |
| HSV(B) | 3.44º | 0.66% | 0.73% | - |
| XYZ | 23.09 | 15.05 | 6.39 | - |
| YUV | 103.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 63 | 0 | 0.62 | 0.66 | 0.27 | 3.44 | 0.49 | 0.49 |
| Hex | B9 | 46 | 3F | 0 | 3E | 42 | 1B | 3 | 31 | 31 |
| Octal | 271 | 106 | 77 | 0 | 76 | 102 | 33 | 3 | 61 | 61 |
| Binary | 10111001 | 1000110 | 111111 | 0 | 111110 | 1000010 | 11011 | 11 | 110001 | 110001 |
Color Harmonies of #B9463F
Complementary color
Monochromatic Colors of #B9463F
Black with #B9463F
Text Example
Text Example
White with #B9463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9463F; }
p { color: rgb(185,70,63); }
H1.HeaderClassName
{
color: #B9463F;
}
.AnyTagClassName
{
color: #B9463F;
}
</style>
background-color css
<style>
a { background-color: #B9463F; }
a { background-color: rgb(185,70,63); }
div.DivClassName
{
background-color: #B9463F;
}
.BgClassName
{
background-color: #B9463F;
}
</style>
border-color css
<style>
span { border-color: #B9463F; }
span { border-color: rgb(185,70,63); }
td.TdClassName
{
border-color: #B9463F;
}
.TagClassName
{
border-color: #B9463F;
}
</style>