Shades of Grenadier #BC4D36
Tints of Grenadier #BC4D36
RGB
CMYK
RGB Variations
Color information
#BC4D36 (or 0xBC4D36) is known color: Grenadier. HEX triplet: BC, 4D and 36. RGB value is (188,77,54). Sum of RGB (Red+Green+Blue) = 188+77+54=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D36 is #43B2C9. Grayscale: #6B6B6B. Windows color (decimal): -4436682 or 3558844. OLE color: 3558844.
HSL color Cylindrical-coordinate representation of color #BC4D36: hue angle of 10.3º 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 #BC4D36 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 54 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.26 |
| HSL | 10.3º | 0.55% | 0.47% | - |
| HSV(B) | 10.3º | 0.71% | 0.74% | - |
| XYZ | 24.06 | 16.27 | 5.36 | - |
| YUV | 107.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 54 | 0 | 0.59 | 0.71 | 0.26 | 10.3 | 0.55 | 0.47 |
| Hex | BC | 4D | 36 | 0 | 3B | 47 | 1A | A | 37 | 2F |
| Octal | 274 | 115 | 66 | 0 | 73 | 107 | 32 | 12 | 67 | 57 |
| Binary | 10111100 | 1001101 | 110110 | 0 | 111011 | 1000111 | 11010 | 1010 | 110111 | 101111 |
Color Harmonies of #BC4D36
Complementary color
Monochromatic Colors of #BC4D36
Black with #BC4D36
Text Example
Text Example
White with #BC4D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D36; }
p { color: rgb(188,77,54); }
H1.HeaderClassName
{
color: #BC4D36;
}
.AnyTagClassName
{
color: #BC4D36;
}
</style>
background-color css
<style>
a { background-color: #BC4D36; }
a { background-color: rgb(188,77,54); }
div.DivClassName
{
background-color: #BC4D36;
}
.BgClassName
{
background-color: #BC4D36;
}
</style>
border-color css
<style>
span { border-color: #BC4D36; }
span { border-color: rgb(188,77,54); }
td.TdClassName
{
border-color: #BC4D36;
}
.TagClassName
{
border-color: #BC4D36;
}
</style>