Shades of Grenadier #BC4528
Tints of Grenadier #BC4528
RGB
CMYK
RGB Variations
Color information
#BC4528 (or 0xBC4528) is known color: Grenadier. HEX triplet: BC, 45 and 28. RGB value is (188,69,40). Sum of RGB (Red+Green+Blue) = 188+69+40=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4528 is #43BAD7. Grayscale: #656565. Windows color (decimal): -4438744 or 2639292. OLE color: 2639292.
HSL color Cylindrical-coordinate representation of color #BC4528: hue angle of 11.76º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC4528 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 40 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.26 |
| HSL | 11.76º | 0.65% | 0.45% | - |
| HSV(B) | 11.76º | 0.79% | 0.74% | - |
| XYZ | 23.25 | 15.1 | 3.7 | - |
| YUV | 101.28 | 93.42 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 40 | 0 | 0.63 | 0.79 | 0.26 | 11.76 | 0.65 | 0.45 |
| Hex | BC | 45 | 28 | 0 | 3F | 4F | 1A | C | 41 | 2D |
| Octal | 274 | 105 | 50 | 0 | 77 | 117 | 32 | 14 | 101 | 55 |
| Binary | 10111100 | 1000101 | 101000 | 0 | 111111 | 1001111 | 11010 | 1100 | 1000001 | 101101 |
Color Harmonies of #BC4528
Complementary color
Monochromatic Colors of #BC4528
Black with #BC4528
Text Example
Text Example
White with #BC4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4528; }
p { color: rgb(188,69,40); }
H1.HeaderClassName
{
color: #BC4528;
}
.AnyTagClassName
{
color: #BC4528;
}
</style>
background-color css
<style>
a { background-color: #BC4528; }
a { background-color: rgb(188,69,40); }
div.DivClassName
{
background-color: #BC4528;
}
.BgClassName
{
background-color: #BC4528;
}
</style>
border-color css
<style>
span { border-color: #BC4528; }
span { border-color: rgb(188,69,40); }
td.TdClassName
{
border-color: #BC4528;
}
.TagClassName
{
border-color: #BC4528;
}
</style>