Shades of Grenadier #BC5036
Tints of Grenadier #BC5036
RGB
CMYK
RGB Variations
Color information
#BC5036 (or 0xBC5036) is known color: Grenadier. HEX triplet: BC, 50 and 36. RGB value is (188,80,54). Sum of RGB (Red+Green+Blue) = 188+80+54=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5036 is #43AFC9. Grayscale: #6D6D6D. Windows color (decimal): -4435914 or 3559612. OLE color: 3559612.
HSL color Cylindrical-coordinate representation of color #BC5036: hue angle of 11.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC5036 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 54 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.26 |
| HSL | 11.64º | 0.55% | 0.47% | - |
| HSV(B) | 11.64º | 0.71% | 0.74% | - |
| XYZ | 24.27 | 16.7 | 5.43 | - |
| YUV | 109.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 54 | 0 | 0.57 | 0.71 | 0.26 | 11.64 | 0.55 | 0.47 |
| Hex | BC | 50 | 36 | 0 | 39 | 47 | 1A | C | 37 | 2F |
| Octal | 274 | 120 | 66 | 0 | 71 | 107 | 32 | 14 | 67 | 57 |
| Binary | 10111100 | 1010000 | 110110 | 0 | 111001 | 1000111 | 11010 | 1100 | 110111 | 101111 |
Color Harmonies of #BC5036
Complementary color
Monochromatic Colors of #BC5036
Black with #BC5036
Text Example
Text Example
White with #BC5036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5036; }
p { color: rgb(188,80,54); }
H1.HeaderClassName
{
color: #BC5036;
}
.AnyTagClassName
{
color: #BC5036;
}
</style>
background-color css
<style>
a { background-color: #BC5036; }
a { background-color: rgb(188,80,54); }
div.DivClassName
{
background-color: #BC5036;
}
.BgClassName
{
background-color: #BC5036;
}
</style>
border-color css
<style>
span { border-color: #BC5036; }
span { border-color: rgb(188,80,54); }
td.TdClassName
{
border-color: #BC5036;
}
.TagClassName
{
border-color: #BC5036;
}
</style>