Shades of Chestnut #BC5047
Tints of Chestnut #BC5047
RGB
CMYK
RGB Variations
Color information
#BC5047 (or 0xBC5047) is known color: Chestnut. HEX triplet: BC, 50 and 47. RGB value is (188,80,71). Sum of RGB (Red+Green+Blue) = 188+80+71=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5047 is #43AFB8. Grayscale: #6F6F6F. Windows color (decimal): -4435897 or 4673724. OLE color: 4673724.
HSL color Cylindrical-coordinate representation of color #BC5047: hue angle of 4.62º 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 #BC5047 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 71 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.26 |
| HSL | 4.62º | 0.47% | 0.51% | - |
| HSV(B) | 4.62º | 0.62% | 0.74% | - |
| XYZ | 24.75 | 16.88 | 7.92 | - |
| YUV | 111.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 71 | 0 | 0.57 | 0.62 | 0.26 | 4.62 | 0.47 | 0.51 |
| Hex | BC | 50 | 47 | 0 | 39 | 3E | 1A | 5 | 2F | 33 |
| Octal | 274 | 120 | 107 | 0 | 71 | 76 | 32 | 5 | 57 | 63 |
| Binary | 10111100 | 1010000 | 1000111 | 0 | 111001 | 111110 | 11010 | 101 | 101111 | 110011 |
Color Harmonies of #BC5047
Complementary color
Monochromatic Colors of #BC5047
Black with #BC5047
Text Example
Text Example
White with #BC5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5047; }
p { color: rgb(188,80,71); }
H1.HeaderClassName
{
color: #BC5047;
}
.AnyTagClassName
{
color: #BC5047;
}
</style>
background-color css
<style>
a { background-color: #BC5047; }
a { background-color: rgb(188,80,71); }
div.DivClassName
{
background-color: #BC5047;
}
.BgClassName
{
background-color: #BC5047;
}
</style>
border-color css
<style>
span { border-color: #BC5047; }
span { border-color: rgb(188,80,71); }
td.TdClassName
{
border-color: #BC5047;
}
.TagClassName
{
border-color: #BC5047;
}
</style>