Shades of Chestnut #BC4743
Tints of Chestnut #BC4743
RGB
CMYK
RGB Variations
Color information
#BC4743 (or 0xBC4743) is known color: Chestnut. HEX triplet: BC, 47 and 43. RGB value is (188,71,67). Sum of RGB (Red+Green+Blue) = 188+71+67=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4743 is #43B8BC. Grayscale: #696969. Windows color (decimal): -4438205 or 4409276. OLE color: 4409276.
HSL color Cylindrical-coordinate representation of color #BC4743: hue angle of 1.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 #BC4743 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 67 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.26 |
| HSL | 1.98º | 0.47% | 0.5% | - |
| HSV(B) | 1.98º | 0.64% | 0.74% | - |
| XYZ | 24.01 | 15.6 | 7.06 | - |
| YUV | 105.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 67 | 0 | 0.62 | 0.64 | 0.26 | 1.98 | 0.47 | 0.5 |
| Hex | BC | 47 | 43 | 0 | 3E | 40 | 1A | 2 | 2F | 32 |
| Octal | 274 | 107 | 103 | 0 | 76 | 100 | 32 | 2 | 57 | 62 |
| Binary | 10111100 | 1000111 | 1000011 | 0 | 111110 | 1000000 | 11010 | 10 | 101111 | 110010 |
Color Harmonies of #BC4743
Complementary color
Monochromatic Colors of #BC4743
Black with #BC4743
Text Example
Text Example
White with #BC4743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4743; }
p { color: rgb(188,71,67); }
H1.HeaderClassName
{
color: #BC4743;
}
.AnyTagClassName
{
color: #BC4743;
}
</style>
background-color css
<style>
a { background-color: #BC4743; }
a { background-color: rgb(188,71,67); }
div.DivClassName
{
background-color: #BC4743;
}
.BgClassName
{
background-color: #BC4743;
}
</style>
border-color css
<style>
span { border-color: #BC4743; }
span { border-color: rgb(188,71,67); }
td.TdClassName
{
border-color: #BC4743;
}
.TagClassName
{
border-color: #BC4743;
}
</style>