Shades of Chestnut #BC4140
Tints of Chestnut #BC4140
RGB
CMYK
RGB Variations
Color information
#BC4140 (or 0xBC4140) is known color: Chestnut. HEX triplet: BC, 41 and 40. RGB value is (188,65,64). Sum of RGB (Red+Green+Blue) = 188+65+64=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4140 is #43BEBF. Grayscale: #656565. Windows color (decimal): -4439744 or 4211132. OLE color: 4211132.
HSL color Cylindrical-coordinate representation of color #BC4140: hue angle of 0.48º 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 #BC4140 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 64 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.26 |
| HSL | 0.48º | 0.49% | 0.49% | - |
| HSV(B) | 0.48º | 0.66% | 0.74% | - |
| XYZ | 23.55 | 14.84 | 6.47 | - |
| YUV | 101.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 64 | 0 | 0.65 | 0.66 | 0.26 | 0.48 | 0.49 | 0.49 |
| Hex | BC | 41 | 40 | 0 | 41 | 42 | 1A | 0 | 31 | 31 |
| Octal | 274 | 101 | 100 | 0 | 101 | 102 | 32 | 0 | 61 | 61 |
| Binary | 10111100 | 1000001 | 1000000 | 0 | 1000001 | 1000010 | 11010 | 0 | 110001 | 110001 |
Color Harmonies of #BC4140
Complementary color
Monochromatic Colors of #BC4140
Black with #BC4140
Text Example
Text Example
White with #BC4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4140; }
p { color: rgb(188,65,64); }
H1.HeaderClassName
{
color: #BC4140;
}
.AnyTagClassName
{
color: #BC4140;
}
</style>
background-color css
<style>
a { background-color: #BC4140; }
a { background-color: rgb(188,65,64); }
div.DivClassName
{
background-color: #BC4140;
}
.BgClassName
{
background-color: #BC4140;
}
</style>
border-color css
<style>
span { border-color: #BC4140; }
span { border-color: rgb(188,65,64); }
td.TdClassName
{
border-color: #BC4140;
}
.TagClassName
{
border-color: #BC4140;
}
</style>