Shades of Chestnut #BC4943
Tints of Chestnut #BC4943
RGB
CMYK
RGB Variations
Color information
#BC4943 (or 0xBC4943) is known color: Chestnut. HEX triplet: BC, 49 and 43. RGB value is (188,73,67). Sum of RGB (Red+Green+Blue) = 188+73+67=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4943 is #43B6BC. Grayscale: #6A6A6A. Windows color (decimal): -4437693 or 4409788. OLE color: 4409788.
HSL color Cylindrical-coordinate representation of color #BC4943: hue angle of 2.98º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4943 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 67 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.26 |
| HSL | 2.98º | 0.47% | 0.5% | - |
| HSV(B) | 2.98º | 0.64% | 0.74% | - |
| XYZ | 24.13 | 15.86 | 7.1 | - |
| YUV | 106.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 67 | 0 | 0.61 | 0.64 | 0.26 | 2.98 | 0.47 | 0.5 |
| Hex | BC | 49 | 43 | 0 | 3D | 40 | 1A | 3 | 2F | 32 |
| Octal | 274 | 111 | 103 | 0 | 75 | 100 | 32 | 3 | 57 | 62 |
| Binary | 10111100 | 1001001 | 1000011 | 0 | 111101 | 1000000 | 11010 | 11 | 101111 | 110010 |
Color Harmonies of #BC4943
Complementary color
Monochromatic Colors of #BC4943
Black with #BC4943
Text Example
Text Example
White with #BC4943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4943; }
p { color: rgb(188,73,67); }
H1.HeaderClassName
{
color: #BC4943;
}
.AnyTagClassName
{
color: #BC4943;
}
</style>
background-color css
<style>
a { background-color: #BC4943; }
a { background-color: rgb(188,73,67); }
div.DivClassName
{
background-color: #BC4943;
}
.BgClassName
{
background-color: #BC4943;
}
</style>
border-color css
<style>
span { border-color: #BC4943; }
span { border-color: rgb(188,73,67); }
td.TdClassName
{
border-color: #BC4943;
}
.TagClassName
{
border-color: #BC4943;
}
</style>