Shades of Grenadier #BC4629
Tints of Grenadier #BC4629
RGB
CMYK
RGB Variations
Color information
#BC4629 (or 0xBC4629) is known color: Grenadier. HEX triplet: BC, 46 and 29. RGB value is (188,70,41). Sum of RGB (Red+Green+Blue) = 188+70+41=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4629 is #43B9D6. Grayscale: #666666. Windows color (decimal): -4438487 or 2705084. OLE color: 2705084.
HSL color Cylindrical-coordinate representation of color #BC4629: hue angle of 11.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC4629 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 41 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.26 |
| HSL | 11.84º | 0.64% | 0.45% | - |
| HSV(B) | 11.84º | 0.78% | 0.74% | - |
| XYZ | 23.33 | 15.23 | 3.81 | - |
| YUV | 101.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 41 | 0 | 0.63 | 0.78 | 0.26 | 11.84 | 0.64 | 0.45 |
| Hex | BC | 46 | 29 | 0 | 3F | 4E | 1A | C | 40 | 2D |
| Octal | 274 | 106 | 51 | 0 | 77 | 116 | 32 | 14 | 100 | 55 |
| Binary | 10111100 | 1000110 | 101001 | 0 | 111111 | 1001110 | 11010 | 1100 | 1000000 | 101101 |
Color Harmonies of #BC4629
Complementary color
Monochromatic Colors of #BC4629
Black with #BC4629
Text Example
Text Example
White with #BC4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4629; }
p { color: rgb(188,70,41); }
H1.HeaderClassName
{
color: #BC4629;
}
.AnyTagClassName
{
color: #BC4629;
}
</style>
background-color css
<style>
a { background-color: #BC4629; }
a { background-color: rgb(188,70,41); }
div.DivClassName
{
background-color: #BC4629;
}
.BgClassName
{
background-color: #BC4629;
}
</style>
border-color css
<style>
span { border-color: #BC4629; }
span { border-color: rgb(188,70,41); }
td.TdClassName
{
border-color: #BC4629;
}
.TagClassName
{
border-color: #BC4629;
}
</style>