Shades of Chestnut #B8463F
Tints of Chestnut #B8463F
RGB
CMYK
RGB Variations
Color information
#B8463F (or 0xB8463F) is known color: Chestnut. HEX triplet: B8, 46 and 3F. RGB value is (184,70,63). Sum of RGB (Red+Green+Blue) = 184+70+63=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B8463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8463F is #47B9C0. Grayscale: #676767. Windows color (decimal): -4700609 or 4146872. OLE color: 4146872.
HSL color Cylindrical-coordinate representation of color #B8463F: hue angle of 3.47º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8463F is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 63 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.28 |
| HSL | 3.47º | 0.49% | 0.48% | - |
| HSV(B) | 3.47º | 0.66% | 0.72% | - |
| XYZ | 22.85 | 14.93 | 6.38 | - |
| YUV | 103.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 63 | 0 | 0.62 | 0.66 | 0.28 | 3.47 | 0.49 | 0.48 |
| Hex | B8 | 46 | 3F | 0 | 3E | 42 | 1C | 3 | 31 | 30 |
| Octal | 270 | 106 | 77 | 0 | 76 | 102 | 34 | 3 | 61 | 60 |
| Binary | 10111000 | 1000110 | 111111 | 0 | 111110 | 1000010 | 11100 | 11 | 110001 | 110000 |
Color Harmonies of #B8463F
Complementary color
Monochromatic Colors of #B8463F
Black with #B8463F
Text Example
Text Example
White with #B8463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8463F; }
p { color: rgb(184,70,63); }
H1.HeaderClassName
{
color: #B8463F;
}
.AnyTagClassName
{
color: #B8463F;
}
</style>
background-color css
<style>
a { background-color: #B8463F; }
a { background-color: rgb(184,70,63); }
div.DivClassName
{
background-color: #B8463F;
}
.BgClassName
{
background-color: #B8463F;
}
</style>
border-color css
<style>
span { border-color: #B8463F; }
span { border-color: rgb(184,70,63); }
td.TdClassName
{
border-color: #B8463F;
}
.TagClassName
{
border-color: #B8463F;
}
</style>