Shades of Chestnut #BC4D47
Tints of Chestnut #BC4D47
RGB
CMYK
RGB Variations
Color information
#BC4D47 (or 0xBC4D47) is known color: Chestnut. HEX triplet: BC, 4D and 47. RGB value is (188,77,71). Sum of RGB (Red+Green+Blue) = 188+77+71=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D47 is #43B2B8. Grayscale: #6D6D6D. Windows color (decimal): -4436665 or 4672956. OLE color: 4672956.
HSL color Cylindrical-coordinate representation of color #BC4D47: hue angle of 3.08º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4D47 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 71 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.26 |
| HSL | 3.08º | 0.47% | 0.51% | - |
| HSV(B) | 3.08º | 0.62% | 0.74% | - |
| XYZ | 24.53 | 16.45 | 7.84 | - |
| YUV | 109.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 71 | 0 | 0.59 | 0.62 | 0.26 | 3.08 | 0.47 | 0.51 |
| Hex | BC | 4D | 47 | 0 | 3B | 3E | 1A | 3 | 2F | 33 |
| Octal | 274 | 115 | 107 | 0 | 73 | 76 | 32 | 3 | 57 | 63 |
| Binary | 10111100 | 1001101 | 1000111 | 0 | 111011 | 111110 | 11010 | 11 | 101111 | 110011 |
Color Harmonies of #BC4D47
Complementary color
Monochromatic Colors of #BC4D47
Black with #BC4D47
Text Example
Text Example
White with #BC4D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D47; }
p { color: rgb(188,77,71); }
H1.HeaderClassName
{
color: #BC4D47;
}
.AnyTagClassName
{
color: #BC4D47;
}
</style>
background-color css
<style>
a { background-color: #BC4D47; }
a { background-color: rgb(188,77,71); }
div.DivClassName
{
background-color: #BC4D47;
}
.BgClassName
{
background-color: #BC4D47;
}
</style>
border-color css
<style>
span { border-color: #BC4D47; }
span { border-color: rgb(188,77,71); }
td.TdClassName
{
border-color: #BC4D47;
}
.TagClassName
{
border-color: #BC4D47;
}
</style>