Shades of Chestnut #BC4141
Tints of Chestnut #BC4141
RGB
CMYK
RGB Variations
Color information
#BC4141 (or 0xBC4141) is known color: Chestnut. HEX triplet: BC, 41 and 41. RGB value is (188,65,65). Sum of RGB (Red+Green+Blue) = 188+65+65=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4141 is #43BEBE. Grayscale: #656565. Windows color (decimal): -4439743 or 4276668. OLE color: 4276668.
HSL color Cylindrical-coordinate representation of color #BC4141: hue angle of 0º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4141 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 65 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.26 |
| HSL | 0º | 0.49% | 0.5% | - |
| HSV(B) | 0º | 0.65% | 0.74% | - |
| XYZ | 23.58 | 14.85 | 6.63 | - |
| YUV | 101.78 | 107.25 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 65 | 0 | 0.65 | 0.65 | 0.26 | 0 | 0.49 | 0.5 |
| Hex | BC | 41 | 41 | 0 | 41 | 41 | 1A | 0 | 31 | 32 |
| Octal | 274 | 101 | 101 | 0 | 101 | 101 | 32 | 0 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1000001 | 0 | 1000001 | 1000001 | 11010 | 0 | 110001 | 110010 |
Color Harmonies of #BC4141
Complementary color
Monochromatic Colors of #BC4141
Black with #BC4141
Text Example
Text Example
White with #BC4141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4141; }
p { color: rgb(188,65,65); }
H1.HeaderClassName
{
color: #BC4141;
}
.AnyTagClassName
{
color: #BC4141;
}
</style>
background-color css
<style>
a { background-color: #BC4141; }
a { background-color: rgb(188,65,65); }
div.DivClassName
{
background-color: #BC4141;
}
.BgClassName
{
background-color: #BC4141;
}
</style>
border-color css
<style>
span { border-color: #BC4141; }
span { border-color: rgb(188,65,65); }
td.TdClassName
{
border-color: #BC4141;
}
.TagClassName
{
border-color: #BC4141;
}
</style>