Shades of Chestnut #BC4741
Tints of Chestnut #BC4741
RGB
CMYK
RGB Variations
Color information
#BC4741 (or 0xBC4741) is known color: Chestnut. HEX triplet: BC, 47 and 41. RGB value is (188,71,65). Sum of RGB (Red+Green+Blue) = 188+71+65=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4741 is #43B8BE. Grayscale: #696969. Windows color (decimal): -4438207 or 4278204. OLE color: 4278204.
HSL color Cylindrical-coordinate representation of color #BC4741: hue angle of 2.93º 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 #BC4741 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 65 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.26 |
| HSL | 2.93º | 0.49% | 0.5% | - |
| HSV(B) | 2.93º | 0.65% | 0.74% | - |
| XYZ | 23.95 | 15.58 | 6.75 | - |
| YUV | 105.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 65 | 0 | 0.62 | 0.65 | 0.26 | 2.93 | 0.49 | 0.5 |
| Hex | BC | 47 | 41 | 0 | 3E | 41 | 1A | 3 | 31 | 32 |
| Octal | 274 | 107 | 101 | 0 | 76 | 101 | 32 | 3 | 61 | 62 |
| Binary | 10111100 | 1000111 | 1000001 | 0 | 111110 | 1000001 | 11010 | 11 | 110001 | 110010 |
Color Harmonies of #BC4741
Complementary color
Monochromatic Colors of #BC4741
Black with #BC4741
Text Example
Text Example
White with #BC4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4741; }
p { color: rgb(188,71,65); }
H1.HeaderClassName
{
color: #BC4741;
}
.AnyTagClassName
{
color: #BC4741;
}
</style>
background-color css
<style>
a { background-color: #BC4741; }
a { background-color: rgb(188,71,65); }
div.DivClassName
{
background-color: #BC4741;
}
.BgClassName
{
background-color: #BC4741;
}
</style>
border-color css
<style>
span { border-color: #BC4741; }
span { border-color: rgb(188,71,65); }
td.TdClassName
{
border-color: #BC4741;
}
.TagClassName
{
border-color: #BC4741;
}
</style>