Shades of Chestnut #BC4740
Tints of Chestnut #BC4740
RGB
CMYK
RGB Variations
Color information
#BC4740 (or 0xBC4740) is known color: Chestnut. HEX triplet: BC, 47 and 40. RGB value is (188,71,64). Sum of RGB (Red+Green+Blue) = 188+71+64=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4740 is #43B8BF. Grayscale: #696969. Windows color (decimal): -4438208 or 4212668. OLE color: 4212668.
HSL color Cylindrical-coordinate representation of color #BC4740: hue angle of 3.39º 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 #BC4740 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 64 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.26 |
| HSL | 3.39º | 0.49% | 0.49% | - |
| HSV(B) | 3.39º | 0.66% | 0.74% | - |
| XYZ | 23.92 | 15.57 | 6.59 | - |
| YUV | 105.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 64 | 0 | 0.62 | 0.66 | 0.26 | 3.39 | 0.49 | 0.49 |
| Hex | BC | 47 | 40 | 0 | 3E | 42 | 1A | 3 | 31 | 31 |
| Octal | 274 | 107 | 100 | 0 | 76 | 102 | 32 | 3 | 61 | 61 |
| Binary | 10111100 | 1000111 | 1000000 | 0 | 111110 | 1000010 | 11010 | 11 | 110001 | 110001 |
Color Harmonies of #BC4740
Complementary color
Monochromatic Colors of #BC4740
Black with #BC4740
Text Example
Text Example
White with #BC4740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4740; }
p { color: rgb(188,71,64); }
H1.HeaderClassName
{
color: #BC4740;
}
.AnyTagClassName
{
color: #BC4740;
}
</style>
background-color css
<style>
a { background-color: #BC4740; }
a { background-color: rgb(188,71,64); }
div.DivClassName
{
background-color: #BC4740;
}
.BgClassName
{
background-color: #BC4740;
}
</style>
border-color css
<style>
span { border-color: #BC4740; }
span { border-color: rgb(188,71,64); }
td.TdClassName
{
border-color: #BC4740;
}
.TagClassName
{
border-color: #BC4740;
}
</style>