Shades of Chestnut #BC5141
Tints of Chestnut #BC5141
RGB
CMYK
RGB Variations
Color information
#BC5141 (or 0xBC5141) is known color: Chestnut. HEX triplet: BC, 51 and 41. RGB value is (188,81,65). Sum of RGB (Red+Green+Blue) = 188+81+65=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5141 is #43AEBE. Grayscale: #6F6F6F. Windows color (decimal): -4435647 or 4280764. OLE color: 4280764.
HSL color Cylindrical-coordinate representation of color #BC5141: hue angle of 7.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC5141 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 65 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.26 |
| HSL | 7.8º | 0.49% | 0.5% | - |
| HSV(B) | 7.8º | 0.65% | 0.74% | - |
| XYZ | 24.64 | 16.96 | 6.98 | - |
| YUV | 111.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 65 | 0 | 0.57 | 0.65 | 0.26 | 7.8 | 0.49 | 0.5 |
| Hex | BC | 51 | 41 | 0 | 39 | 41 | 1A | 8 | 31 | 32 |
| Octal | 274 | 121 | 101 | 0 | 71 | 101 | 32 | 10 | 61 | 62 |
| Binary | 10111100 | 1010001 | 1000001 | 0 | 111001 | 1000001 | 11010 | 1000 | 110001 | 110010 |
Color Harmonies of #BC5141
Complementary color
Monochromatic Colors of #BC5141
Black with #BC5141
Text Example
Text Example
White with #BC5141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5141; }
p { color: rgb(188,81,65); }
H1.HeaderClassName
{
color: #BC5141;
}
.AnyTagClassName
{
color: #BC5141;
}
</style>
background-color css
<style>
a { background-color: #BC5141; }
a { background-color: rgb(188,81,65); }
div.DivClassName
{
background-color: #BC5141;
}
.BgClassName
{
background-color: #BC5141;
}
</style>
border-color css
<style>
span { border-color: #BC5141; }
span { border-color: rgb(188,81,65); }
td.TdClassName
{
border-color: #BC5141;
}
.TagClassName
{
border-color: #BC5141;
}
</style>