Shades of Chestnut #BC5043
Tints of Chestnut #BC5043
RGB
CMYK
RGB Variations
Color information
#BC5043 (or 0xBC5043) is known color: Chestnut. HEX triplet: BC, 50 and 43. RGB value is (188,80,67). Sum of RGB (Red+Green+Blue) = 188+80+67=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5043 is #43AFBC. Grayscale: #6E6E6E. Windows color (decimal): -4435901 or 4411580. OLE color: 4411580.
HSL color Cylindrical-coordinate representation of color #BC5043: hue angle of 6.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5043 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 67 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.26 |
| HSL | 6.45º | 0.47% | 0.5% | - |
| HSV(B) | 6.45º | 0.64% | 0.74% | - |
| XYZ | 24.62 | 16.83 | 7.26 | - |
| YUV | 110.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 67 | 0 | 0.57 | 0.64 | 0.26 | 6.45 | 0.47 | 0.5 |
| Hex | BC | 50 | 43 | 0 | 39 | 40 | 1A | 6 | 2F | 32 |
| Octal | 274 | 120 | 103 | 0 | 71 | 100 | 32 | 6 | 57 | 62 |
| Binary | 10111100 | 1010000 | 1000011 | 0 | 111001 | 1000000 | 11010 | 110 | 101111 | 110010 |
Color Harmonies of #BC5043
Complementary color
Monochromatic Colors of #BC5043
Black with #BC5043
Text Example
Text Example
White with #BC5043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5043; }
p { color: rgb(188,80,67); }
H1.HeaderClassName
{
color: #BC5043;
}
.AnyTagClassName
{
color: #BC5043;
}
</style>
background-color css
<style>
a { background-color: #BC5043; }
a { background-color: rgb(188,80,67); }
div.DivClassName
{
background-color: #BC5043;
}
.BgClassName
{
background-color: #BC5043;
}
</style>
border-color css
<style>
span { border-color: #BC5043; }
span { border-color: rgb(188,80,67); }
td.TdClassName
{
border-color: #BC5043;
}
.TagClassName
{
border-color: #BC5043;
}
</style>