Shades of Grenadier #BC4328
Tints of Grenadier #BC4328
RGB
CMYK
RGB Variations
Color information
#BC4328 (or 0xBC4328) is known color: Grenadier. HEX triplet: BC, 43 and 28. RGB value is (188,67,40). Sum of RGB (Red+Green+Blue) = 188+67+40=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4328 is #43BCD7. Grayscale: #646464. Windows color (decimal): -4439256 or 2638780. OLE color: 2638780.
HSL color Cylindrical-coordinate representation of color #BC4328: hue angle of 10.95º 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 #BC4328 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 40 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.26 |
| HSL | 10.95º | 0.65% | 0.45% | - |
| HSV(B) | 10.95º | 0.79% | 0.74% | - |
| XYZ | 23.13 | 14.86 | 3.66 | - |
| YUV | 100.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 40 | 0 | 0.64 | 0.79 | 0.26 | 10.95 | 0.65 | 0.45 |
| Hex | BC | 43 | 28 | 0 | 40 | 4F | 1A | B | 41 | 2D |
| Octal | 274 | 103 | 50 | 0 | 100 | 117 | 32 | 13 | 101 | 55 |
| Binary | 10111100 | 1000011 | 101000 | 0 | 1000000 | 1001111 | 11010 | 1011 | 1000001 | 101101 |
Color Harmonies of #BC4328
Complementary color
Monochromatic Colors of #BC4328
Black with #BC4328
Text Example
Text Example
White with #BC4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4328; }
p { color: rgb(188,67,40); }
H1.HeaderClassName
{
color: #BC4328;
}
.AnyTagClassName
{
color: #BC4328;
}
</style>
background-color css
<style>
a { background-color: #BC4328; }
a { background-color: rgb(188,67,40); }
div.DivClassName
{
background-color: #BC4328;
}
.BgClassName
{
background-color: #BC4328;
}
</style>
border-color css
<style>
span { border-color: #BC4328; }
span { border-color: rgb(188,67,40); }
td.TdClassName
{
border-color: #BC4328;
}
.TagClassName
{
border-color: #BC4328;
}
</style>