Shades of Chestnut #BC4540
Tints of Chestnut #BC4540
RGB
CMYK
RGB Variations
Color information
#BC4540 (or 0xBC4540) is known color: Chestnut. HEX triplet: BC, 45 and 40. RGB value is (188,69,64). Sum of RGB (Red+Green+Blue) = 188+69+64=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4540 is #43BABF. Grayscale: #686868. Windows color (decimal): -4438720 or 4212156. OLE color: 4212156.
HSL color Cylindrical-coordinate representation of color #BC4540: hue angle of 2.42º 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 #BC4540 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 64 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.26 |
| HSL | 2.42º | 0.49% | 0.49% | - |
| HSV(B) | 2.42º | 0.66% | 0.74% | - |
| XYZ | 23.79 | 15.32 | 6.55 | - |
| YUV | 104.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 64 | 0 | 0.63 | 0.66 | 0.26 | 2.42 | 0.49 | 0.49 |
| Hex | BC | 45 | 40 | 0 | 3F | 42 | 1A | 2 | 31 | 31 |
| Octal | 274 | 105 | 100 | 0 | 77 | 102 | 32 | 2 | 61 | 61 |
| Binary | 10111100 | 1000101 | 1000000 | 0 | 111111 | 1000010 | 11010 | 10 | 110001 | 110001 |
Color Harmonies of #BC4540
Complementary color
Monochromatic Colors of #BC4540
Black with #BC4540
Text Example
Text Example
White with #BC4540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4540; }
p { color: rgb(188,69,64); }
H1.HeaderClassName
{
color: #BC4540;
}
.AnyTagClassName
{
color: #BC4540;
}
</style>
background-color css
<style>
a { background-color: #BC4540; }
a { background-color: rgb(188,69,64); }
div.DivClassName
{
background-color: #BC4540;
}
.BgClassName
{
background-color: #BC4540;
}
</style>
border-color css
<style>
span { border-color: #BC4540; }
span { border-color: rgb(188,69,64); }
td.TdClassName
{
border-color: #BC4540;
}
.TagClassName
{
border-color: #BC4540;
}
</style>