Shades of Chestnut #BC4240
Tints of Chestnut #BC4240
RGB
CMYK
RGB Variations
Color information
#BC4240 (or 0xBC4240) is known color: Chestnut. HEX triplet: BC, 42 and 40. RGB value is (188,66,64). Sum of RGB (Red+Green+Blue) = 188+66+64=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4240 is #43BDBF. Grayscale: #666666. Windows color (decimal): -4439488 or 4211388. OLE color: 4211388.
HSL color Cylindrical-coordinate representation of color #BC4240: hue angle of 0.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4240 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 64 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.26 |
| HSL | 0.97º | 0.49% | 0.49% | - |
| HSV(B) | 0.97º | 0.66% | 0.74% | - |
| XYZ | 23.61 | 14.96 | 6.49 | - |
| YUV | 102.25 | 106.42 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 64 | 0 | 0.65 | 0.66 | 0.26 | 0.97 | 0.49 | 0.49 |
| Hex | BC | 42 | 40 | 0 | 41 | 42 | 1A | 1 | 31 | 31 |
| Octal | 274 | 102 | 100 | 0 | 101 | 102 | 32 | 1 | 61 | 61 |
| Binary | 10111100 | 1000010 | 1000000 | 0 | 1000001 | 1000010 | 11010 | 1 | 110001 | 110001 |
Color Harmonies of #BC4240
Complementary color
Monochromatic Colors of #BC4240
Black with #BC4240
Text Example
Text Example
White with #BC4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4240; }
p { color: rgb(188,66,64); }
H1.HeaderClassName
{
color: #BC4240;
}
.AnyTagClassName
{
color: #BC4240;
}
</style>
background-color css
<style>
a { background-color: #BC4240; }
a { background-color: rgb(188,66,64); }
div.DivClassName
{
background-color: #BC4240;
}
.BgClassName
{
background-color: #BC4240;
}
</style>
border-color css
<style>
span { border-color: #BC4240; }
span { border-color: rgb(188,66,64); }
td.TdClassName
{
border-color: #BC4240;
}
.TagClassName
{
border-color: #BC4240;
}
</style>