Shades of Grenadier #BC4637
Tints of Grenadier #BC4637
RGB
CMYK
RGB Variations
Color information
#BC4637 (or 0xBC4637) is known color: Grenadier. HEX triplet: BC, 46 and 37. RGB value is (188,70,55). Sum of RGB (Red+Green+Blue) = 188+70+55=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4637 is #43B9C8. Grayscale: #676767. Windows color (decimal): -4438473 or 3622588. OLE color: 3622588.
HSL color Cylindrical-coordinate representation of color #BC4637: hue angle of 6.77º 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 #BC4637 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 55 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.26 |
| HSL | 6.77º | 0.55% | 0.48% | - |
| HSV(B) | 6.77º | 0.71% | 0.74% | - |
| XYZ | 23.62 | 15.35 | 5.33 | - |
| YUV | 103.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 55 | 0 | 0.63 | 0.71 | 0.26 | 6.77 | 0.55 | 0.48 |
| Hex | BC | 46 | 37 | 0 | 3F | 47 | 1A | 7 | 37 | 30 |
| Octal | 274 | 106 | 67 | 0 | 77 | 107 | 32 | 7 | 67 | 60 |
| Binary | 10111100 | 1000110 | 110111 | 0 | 111111 | 1000111 | 11010 | 111 | 110111 | 110000 |
Color Harmonies of #BC4637
Complementary color
Monochromatic Colors of #BC4637
Black with #BC4637
Text Example
Text Example
White with #BC4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4637; }
p { color: rgb(188,70,55); }
H1.HeaderClassName
{
color: #BC4637;
}
.AnyTagClassName
{
color: #BC4637;
}
</style>
background-color css
<style>
a { background-color: #BC4637; }
a { background-color: rgb(188,70,55); }
div.DivClassName
{
background-color: #BC4637;
}
.BgClassName
{
background-color: #BC4637;
}
</style>
border-color css
<style>
span { border-color: #BC4637; }
span { border-color: rgb(188,70,55); }
td.TdClassName
{
border-color: #BC4637;
}
.TagClassName
{
border-color: #BC4637;
}
</style>