Shades of Grenadier #BC4536
Tints of Grenadier #BC4536
RGB
CMYK
RGB Variations
Color information
#BC4536 (or 0xBC4536) is known color: Grenadier. HEX triplet: BC, 45 and 36. RGB value is (188,69,54). Sum of RGB (Red+Green+Blue) = 188+69+54=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4536 is #43BAC9. Grayscale: #676767. Windows color (decimal): -4438730 or 3556796. OLE color: 3556796.
HSL color Cylindrical-coordinate representation of color #BC4536: hue angle of 6.72º 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 #BC4536 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 54 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.26 |
| HSL | 6.72º | 0.55% | 0.47% | - |
| HSV(B) | 6.72º | 0.71% | 0.74% | - |
| XYZ | 23.53 | 15.21 | 5.19 | - |
| YUV | 102.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 54 | 0 | 0.63 | 0.71 | 0.26 | 6.72 | 0.55 | 0.47 |
| Hex | BC | 45 | 36 | 0 | 3F | 47 | 1A | 7 | 37 | 2F |
| Octal | 274 | 105 | 66 | 0 | 77 | 107 | 32 | 7 | 67 | 57 |
| Binary | 10111100 | 1000101 | 110110 | 0 | 111111 | 1000111 | 11010 | 111 | 110111 | 101111 |
Color Harmonies of #BC4536
Complementary color
Monochromatic Colors of #BC4536
Black with #BC4536
Text Example
Text Example
White with #BC4536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4536; }
p { color: rgb(188,69,54); }
H1.HeaderClassName
{
color: #BC4536;
}
.AnyTagClassName
{
color: #BC4536;
}
</style>
background-color css
<style>
a { background-color: #BC4536; }
a { background-color: rgb(188,69,54); }
div.DivClassName
{
background-color: #BC4536;
}
.BgClassName
{
background-color: #BC4536;
}
</style>
border-color css
<style>
span { border-color: #BC4536; }
span { border-color: rgb(188,69,54); }
td.TdClassName
{
border-color: #BC4536;
}
.TagClassName
{
border-color: #BC4536;
}
</style>