Shades of Grenadier #BC5237
Tints of Grenadier #BC5237
RGB
CMYK
RGB Variations
Color information
#BC5237 (or 0xBC5237) is known color: Grenadier. HEX triplet: BC, 52 and 37. RGB value is (188,82,55). Sum of RGB (Red+Green+Blue) = 188+82+55=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5237 is #43ADC8. Grayscale: #6E6E6E. Windows color (decimal): -4435401 or 3625660. OLE color: 3625660.
HSL color Cylindrical-coordinate representation of color #BC5237: hue angle of 12.18º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC5237 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 55 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.26 |
| HSL | 12.18º | 0.55% | 0.48% | - |
| HSV(B) | 12.18º | 0.71% | 0.74% | - |
| XYZ | 24.45 | 17 | 5.61 | - |
| YUV | 110.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 55 | 0 | 0.56 | 0.71 | 0.26 | 12.18 | 0.55 | 0.48 |
| Hex | BC | 52 | 37 | 0 | 38 | 47 | 1A | C | 37 | 30 |
| Octal | 274 | 122 | 67 | 0 | 70 | 107 | 32 | 14 | 67 | 60 |
| Binary | 10111100 | 1010010 | 110111 | 0 | 111000 | 1000111 | 11010 | 1100 | 110111 | 110000 |
Color Harmonies of #BC5237
Complementary color
Monochromatic Colors of #BC5237
Black with #BC5237
Text Example
Text Example
White with #BC5237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5237; }
p { color: rgb(188,82,55); }
H1.HeaderClassName
{
color: #BC5237;
}
.AnyTagClassName
{
color: #BC5237;
}
</style>
background-color css
<style>
a { background-color: #BC5237; }
a { background-color: rgb(188,82,55); }
div.DivClassName
{
background-color: #BC5237;
}
.BgClassName
{
background-color: #BC5237;
}
</style>
border-color css
<style>
span { border-color: #BC5237; }
span { border-color: rgb(188,82,55); }
td.TdClassName
{
border-color: #BC5237;
}
.TagClassName
{
border-color: #BC5237;
}
</style>