Shades of Chestnut #BC423F
Tints of Chestnut #BC423F
RGB
CMYK
RGB Variations
Color information
#BC423F (or 0xBC423F) is known color: Chestnut. HEX triplet: BC, 42 and 3F. RGB value is (188,66,63). Sum of RGB (Red+Green+Blue) = 188+66+63=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC423F is #43BDC0. Grayscale: #666666. Windows color (decimal): -4439489 or 4145852. OLE color: 4145852.
HSL color Cylindrical-coordinate representation of color #BC423F: hue angle of 1.44º 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 #BC423F is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 63 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.26 |
| HSL | 1.44º | 0.5% | 0.49% | - |
| HSV(B) | 1.44º | 0.66% | 0.74% | - |
| XYZ | 23.58 | 14.95 | 6.34 | - |
| YUV | 102.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 63 | 0 | 0.65 | 0.66 | 0.26 | 1.44 | 0.5 | 0.49 |
| Hex | BC | 42 | 3F | 0 | 41 | 42 | 1A | 1 | 32 | 31 |
| Octal | 274 | 102 | 77 | 0 | 101 | 102 | 32 | 1 | 62 | 61 |
| Binary | 10111100 | 1000010 | 111111 | 0 | 1000001 | 1000010 | 11010 | 1 | 110010 | 110001 |
Color Harmonies of #BC423F
Complementary color
Monochromatic Colors of #BC423F
Black with #BC423F
Text Example
Text Example
White with #BC423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC423F; }
p { color: rgb(188,66,63); }
H1.HeaderClassName
{
color: #BC423F;
}
.AnyTagClassName
{
color: #BC423F;
}
</style>
background-color css
<style>
a { background-color: #BC423F; }
a { background-color: rgb(188,66,63); }
div.DivClassName
{
background-color: #BC423F;
}
.BgClassName
{
background-color: #BC423F;
}
</style>
border-color css
<style>
span { border-color: #BC423F; }
span { border-color: rgb(188,66,63); }
td.TdClassName
{
border-color: #BC423F;
}
.TagClassName
{
border-color: #BC423F;
}
</style>