Shades of Chestnut #BC403F
Tints of Chestnut #BC403F
RGB
CMYK
RGB Variations
Color information
#BC403F (or 0xBC403F) is known color: Chestnut. HEX triplet: BC, 40 and 3F. RGB value is (188,64,63). Sum of RGB (Red+Green+Blue) = 188+64+63=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC403F is #43BFC0. Grayscale: #656565. Windows color (decimal): -4440001 or 4145340. OLE color: 4145340.
HSL color Cylindrical-coordinate representation of color #BC403F: hue angle of 0.48º degrees, saturation: 0.5, 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 #BC403F is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 63 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.26 |
| HSL | 0.48º | 0.5% | 0.49% | - |
| HSV(B) | 0.48º | 0.66% | 0.74% | - |
| XYZ | 23.47 | 14.72 | 6.31 | - |
| YUV | 100.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 63 | 0 | 0.66 | 0.66 | 0.26 | 0.48 | 0.5 | 0.49 |
| Hex | BC | 40 | 3F | 0 | 42 | 42 | 1A | 0 | 32 | 31 |
| Octal | 274 | 100 | 77 | 0 | 102 | 102 | 32 | 0 | 62 | 61 |
| Binary | 10111100 | 1000000 | 111111 | 0 | 1000010 | 1000010 | 11010 | 0 | 110010 | 110001 |
Color Harmonies of #BC403F
Complementary color
Monochromatic Colors of #BC403F
Black with #BC403F
Text Example
Text Example
White with #BC403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC403F; }
p { color: rgb(188,64,63); }
H1.HeaderClassName
{
color: #BC403F;
}
.AnyTagClassName
{
color: #BC403F;
}
</style>
background-color css
<style>
a { background-color: #BC403F; }
a { background-color: rgb(188,64,63); }
div.DivClassName
{
background-color: #BC403F;
}
.BgClassName
{
background-color: #BC403F;
}
</style>
border-color css
<style>
span { border-color: #BC403F; }
span { border-color: rgb(188,64,63); }
td.TdClassName
{
border-color: #BC403F;
}
.TagClassName
{
border-color: #BC403F;
}
</style>