Shades of Chestnut #BC4A40
Tints of Chestnut #BC4A40
RGB
CMYK
RGB Variations
Color information
#BC4A40 (or 0xBC4A40) is known color: Chestnut. HEX triplet: BC, 4A and 40. RGB value is (188,74,64). Sum of RGB (Red+Green+Blue) = 188+74+64=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A40 is #43B5BF. Grayscale: #6B6B6B. Windows color (decimal): -4437440 or 4213436. OLE color: 4213436.
HSL color Cylindrical-coordinate representation of color #BC4A40: hue angle of 4.84º 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 #BC4A40 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 64 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.26 |
| HSL | 4.84º | 0.49% | 0.49% | - |
| HSV(B) | 4.84º | 0.66% | 0.74% | - |
| XYZ | 24.11 | 15.96 | 6.66 | - |
| YUV | 106.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 64 | 0 | 0.61 | 0.66 | 0.26 | 4.84 | 0.49 | 0.49 |
| Hex | BC | 4A | 40 | 0 | 3D | 42 | 1A | 5 | 31 | 31 |
| Octal | 274 | 112 | 100 | 0 | 75 | 102 | 32 | 5 | 61 | 61 |
| Binary | 10111100 | 1001010 | 1000000 | 0 | 111101 | 1000010 | 11010 | 101 | 110001 | 110001 |
Color Harmonies of #BC4A40
Complementary color
Monochromatic Colors of #BC4A40
Black with #BC4A40
Text Example
Text Example
White with #BC4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A40; }
p { color: rgb(188,74,64); }
H1.HeaderClassName
{
color: #BC4A40;
}
.AnyTagClassName
{
color: #BC4A40;
}
</style>
background-color css
<style>
a { background-color: #BC4A40; }
a { background-color: rgb(188,74,64); }
div.DivClassName
{
background-color: #BC4A40;
}
.BgClassName
{
background-color: #BC4A40;
}
</style>
border-color css
<style>
span { border-color: #BC4A40; }
span { border-color: rgb(188,74,64); }
td.TdClassName
{
border-color: #BC4A40;
}
.TagClassName
{
border-color: #BC4A40;
}
</style>