Shades of Grenadier #BC5639
Tints of Grenadier #BC5639
RGB
CMYK
RGB Variations
Color information
#BC5639 (or 0xBC5639) is known color: Grenadier. HEX triplet: BC, 56 and 39. RGB value is (188,86,57). Sum of RGB (Red+Green+Blue) = 188+86+57=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5639 is #43A9C6. Grayscale: #717171. Windows color (decimal): -4434375 or 3757756. OLE color: 3757756.
HSL color Cylindrical-coordinate representation of color #BC5639: hue angle of 13.28º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC5639 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 57 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.26 |
| HSL | 13.28º | 0.53% | 0.48% | - |
| HSV(B) | 13.28º | 0.7% | 0.74% | - |
| XYZ | 24.81 | 17.64 | 5.97 | - |
| YUV | 113.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 57 | 0 | 0.54 | 0.70 | 0.26 | 13.28 | 0.53 | 0.48 |
| Hex | BC | 56 | 39 | 0 | 36 | 46 | 1A | D | 35 | 30 |
| Octal | 274 | 126 | 71 | 0 | 66 | 106 | 32 | 15 | 65 | 60 |
| Binary | 10111100 | 1010110 | 111001 | 0 | 110110 | 1000110 | 11010 | 1101 | 110101 | 110000 |
Color Harmonies of #BC5639
Complementary color
Monochromatic Colors of #BC5639
Black with #BC5639
Text Example
Text Example
White with #BC5639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5639; }
p { color: rgb(188,86,57); }
H1.HeaderClassName
{
color: #BC5639;
}
.AnyTagClassName
{
color: #BC5639;
}
</style>
background-color css
<style>
a { background-color: #BC5639; }
a { background-color: rgb(188,86,57); }
div.DivClassName
{
background-color: #BC5639;
}
.BgClassName
{
background-color: #BC5639;
}
</style>
border-color css
<style>
span { border-color: #BC5639; }
span { border-color: rgb(188,86,57); }
td.TdClassName
{
border-color: #BC5639;
}
.TagClassName
{
border-color: #BC5639;
}
</style>