Shades of Chestnut #BC5242
Tints of Chestnut #BC5242
RGB
CMYK
RGB Variations
Color information
#BC5242 (or 0xBC5242) is known color: Chestnut. HEX triplet: BC, 52 and 42. RGB value is (188,82,66). Sum of RGB (Red+Green+Blue) = 188+82+66=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5242 is #43ADBD. Grayscale: #707070. Windows color (decimal): -4435390 or 4346556. OLE color: 4346556.
HSL color Cylindrical-coordinate representation of color #BC5242: hue angle of 7.87º degrees, saturation: 0.48, 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 #BC5242 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 66 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.26 |
| HSL | 7.87º | 0.48% | 0.5% | - |
| HSV(B) | 7.87º | 0.65% | 0.74% | - |
| XYZ | 24.74 | 17.12 | 7.15 | - |
| YUV | 111.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 66 | 0 | 0.56 | 0.65 | 0.26 | 7.87 | 0.48 | 0.5 |
| Hex | BC | 52 | 42 | 0 | 38 | 41 | 1A | 8 | 30 | 32 |
| Octal | 274 | 122 | 102 | 0 | 70 | 101 | 32 | 10 | 60 | 62 |
| Binary | 10111100 | 1010010 | 1000010 | 0 | 111000 | 1000001 | 11010 | 1000 | 110000 | 110010 |
Color Harmonies of #BC5242
Complementary color
Monochromatic Colors of #BC5242
Black with #BC5242
Text Example
Text Example
White with #BC5242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5242; }
p { color: rgb(188,82,66); }
H1.HeaderClassName
{
color: #BC5242;
}
.AnyTagClassName
{
color: #BC5242;
}
</style>
background-color css
<style>
a { background-color: #BC5242; }
a { background-color: rgb(188,82,66); }
div.DivClassName
{
background-color: #BC5242;
}
.BgClassName
{
background-color: #BC5242;
}
</style>
border-color css
<style>
span { border-color: #BC5242; }
span { border-color: rgb(188,82,66); }
td.TdClassName
{
border-color: #BC5242;
}
.TagClassName
{
border-color: #BC5242;
}
</style>