Shades of Grenadier #BC4527
Tints of Grenadier #BC4527
RGB
CMYK
RGB Variations
Color information
#BC4527 (or 0xBC4527) is known color: Grenadier. HEX triplet: BC, 45 and 27. RGB value is (188,69,39). Sum of RGB (Red+Green+Blue) = 188+69+39=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4527 is #43BAD8. Grayscale: #656565. Windows color (decimal): -4438745 or 2573756. OLE color: 2573756.
HSL color Cylindrical-coordinate representation of color #BC4527: hue angle of 12.08º degrees, saturation: 0.66, 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 #BC4527 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 39 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.26 |
| HSL | 12.08º | 0.66% | 0.45% | - |
| HSV(B) | 12.08º | 0.79% | 0.74% | - |
| XYZ | 23.23 | 15.09 | 3.61 | - |
| YUV | 101.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 39 | 0 | 0.63 | 0.79 | 0.26 | 12.08 | 0.66 | 0.45 |
| Hex | BC | 45 | 27 | 0 | 3F | 4F | 1A | C | 42 | 2D |
| Octal | 274 | 105 | 47 | 0 | 77 | 117 | 32 | 14 | 102 | 55 |
| Binary | 10111100 | 1000101 | 100111 | 0 | 111111 | 1001111 | 11010 | 1100 | 1000010 | 101101 |
Color Harmonies of #BC4527
Complementary color
Monochromatic Colors of #BC4527
Black with #BC4527
Text Example
Text Example
White with #BC4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4527; }
p { color: rgb(188,69,39); }
H1.HeaderClassName
{
color: #BC4527;
}
.AnyTagClassName
{
color: #BC4527;
}
</style>
background-color css
<style>
a { background-color: #BC4527; }
a { background-color: rgb(188,69,39); }
div.DivClassName
{
background-color: #BC4527;
}
.BgClassName
{
background-color: #BC4527;
}
</style>
border-color css
<style>
span { border-color: #BC4527; }
span { border-color: rgb(188,69,39); }
td.TdClassName
{
border-color: #BC4527;
}
.TagClassName
{
border-color: #BC4527;
}
</style>