Shades of Chestnut #BC4640
Tints of Chestnut #BC4640
RGB
CMYK
RGB Variations
Color information
#BC4640 (or 0xBC4640) is known color: Chestnut. HEX triplet: BC, 46 and 40. RGB value is (188,70,64). Sum of RGB (Red+Green+Blue) = 188+70+64=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4640 is #43B9BF. Grayscale: #686868. Windows color (decimal): -4438464 or 4212412. OLE color: 4212412.
HSL color Cylindrical-coordinate representation of color #BC4640: hue angle of 2.9º 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 #BC4640 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 64 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.26 |
| HSL | 2.9º | 0.49% | 0.49% | - |
| HSV(B) | 2.9º | 0.66% | 0.74% | - |
| XYZ | 23.85 | 15.44 | 6.57 | - |
| YUV | 104.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 64 | 0 | 0.63 | 0.66 | 0.26 | 2.9 | 0.49 | 0.49 |
| Hex | BC | 46 | 40 | 0 | 3F | 42 | 1A | 3 | 31 | 31 |
| Octal | 274 | 106 | 100 | 0 | 77 | 102 | 32 | 3 | 61 | 61 |
| Binary | 10111100 | 1000110 | 1000000 | 0 | 111111 | 1000010 | 11010 | 11 | 110001 | 110001 |
Color Harmonies of #BC4640
Complementary color
Monochromatic Colors of #BC4640
Black with #BC4640
Text Example
Text Example
White with #BC4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4640; }
p { color: rgb(188,70,64); }
H1.HeaderClassName
{
color: #BC4640;
}
.AnyTagClassName
{
color: #BC4640;
}
</style>
background-color css
<style>
a { background-color: #BC4640; }
a { background-color: rgb(188,70,64); }
div.DivClassName
{
background-color: #BC4640;
}
.BgClassName
{
background-color: #BC4640;
}
</style>
border-color css
<style>
span { border-color: #BC4640; }
span { border-color: rgb(188,70,64); }
td.TdClassName
{
border-color: #BC4640;
}
.TagClassName
{
border-color: #BC4640;
}
</style>