Shades of Chestnut #B7473F
Tints of Chestnut #B7473F
RGB
CMYK
RGB Variations
Color information
#B7473F (or 0xB7473F) is known color: Chestnut. HEX triplet: B7, 47 and 3F. RGB value is (183,71,63). Sum of RGB (Red+Green+Blue) = 183+71+63=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B7473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7473F is #48B8C0. Grayscale: #676767. Windows color (decimal): -4765889 or 4147127. OLE color: 4147127.
HSL color Cylindrical-coordinate representation of color #B7473F: hue angle of 4º 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 #B7473F is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 63 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.28 |
| HSL | 4º | 0.49% | 0.48% | - |
| HSV(B) | 4º | 0.66% | 0.72% | - |
| XYZ | 22.68 | 14.93 | 6.39 | - |
| YUV | 103.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 63 | 0 | 0.61 | 0.66 | 0.28 | 4 | 0.49 | 0.48 |
| Hex | B7 | 47 | 3F | 0 | 3D | 42 | 1C | 4 | 31 | 30 |
| Octal | 267 | 107 | 77 | 0 | 75 | 102 | 34 | 4 | 61 | 60 |
| Binary | 10110111 | 1000111 | 111111 | 0 | 111101 | 1000010 | 11100 | 100 | 110001 | 110000 |
Color Harmonies of #B7473F
Complementary color
Monochromatic Colors of #B7473F
Black with #B7473F
Text Example
Text Example
White with #B7473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7473F; }
p { color: rgb(183,71,63); }
H1.HeaderClassName
{
color: #B7473F;
}
.AnyTagClassName
{
color: #B7473F;
}
</style>
background-color css
<style>
a { background-color: #B7473F; }
a { background-color: rgb(183,71,63); }
div.DivClassName
{
background-color: #B7473F;
}
.BgClassName
{
background-color: #B7473F;
}
</style>
border-color css
<style>
span { border-color: #B7473F; }
span { border-color: rgb(183,71,63); }
td.TdClassName
{
border-color: #B7473F;
}
.TagClassName
{
border-color: #B7473F;
}
</style>