Shades of Chestnut #BC5241
Tints of Chestnut #BC5241
RGB
CMYK
RGB Variations
Color information
#BC5241 (or 0xBC5241) is known color: Chestnut. HEX triplet: BC, 52 and 41. RGB value is (188,82,65). Sum of RGB (Red+Green+Blue) = 188+82+65=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5241 is #43ADBE. Grayscale: #6F6F6F. Windows color (decimal): -4435391 or 4281020. OLE color: 4281020.
HSL color Cylindrical-coordinate representation of color #BC5241: hue angle of 8.29º 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 #BC5241 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 65 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.26 |
| HSL | 8.29º | 0.49% | 0.5% | - |
| HSV(B) | 8.29º | 0.65% | 0.74% | - |
| XYZ | 24.71 | 17.11 | 7 | - |
| YUV | 111.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 65 | 0 | 0.56 | 0.65 | 0.26 | 8.29 | 0.49 | 0.5 |
| Hex | BC | 52 | 41 | 0 | 38 | 41 | 1A | 8 | 31 | 32 |
| Octal | 274 | 122 | 101 | 0 | 70 | 101 | 32 | 10 | 61 | 62 |
| Binary | 10111100 | 1010010 | 1000001 | 0 | 111000 | 1000001 | 11010 | 1000 | 110001 | 110010 |
Color Harmonies of #BC5241
Complementary color
Monochromatic Colors of #BC5241
Black with #BC5241
Text Example
Text Example
White with #BC5241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5241; }
p { color: rgb(188,82,65); }
H1.HeaderClassName
{
color: #BC5241;
}
.AnyTagClassName
{
color: #BC5241;
}
</style>
background-color css
<style>
a { background-color: #BC5241; }
a { background-color: rgb(188,82,65); }
div.DivClassName
{
background-color: #BC5241;
}
.BgClassName
{
background-color: #BC5241;
}
</style>
border-color css
<style>
span { border-color: #BC5241; }
span { border-color: rgb(188,82,65); }
td.TdClassName
{
border-color: #BC5241;
}
.TagClassName
{
border-color: #BC5241;
}
</style>