Shades of Grenadier #BA4529
Tints of Grenadier #BA4529
RGB
CMYK
RGB Variations
Color information
#BA4529 (or 0xBA4529) is known color: Grenadier. HEX triplet: BA, 45 and 29. RGB value is (186,69,41). Sum of RGB (Red+Green+Blue) = 186+69+41=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4529 is #45BAD6. Grayscale: #656565. Windows color (decimal): -4569815 or 2704826. OLE color: 2704826.
HSL color Cylindrical-coordinate representation of color #BA4529: hue angle of 11.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA4529 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 41 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.27 |
| HSL | 11.59º | 0.64% | 0.45% | - |
| HSV(B) | 11.59º | 0.78% | 0.73% | - |
| XYZ | 22.78 | 14.86 | 3.76 | - |
| YUV | 100.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 41 | 0 | 0.63 | 0.78 | 0.27 | 11.59 | 0.64 | 0.45 |
| Hex | BA | 45 | 29 | 0 | 3F | 4E | 1B | C | 40 | 2D |
| Octal | 272 | 105 | 51 | 0 | 77 | 116 | 33 | 14 | 100 | 55 |
| Binary | 10111010 | 1000101 | 101001 | 0 | 111111 | 1001110 | 11011 | 1100 | 1000000 | 101101 |
Color Harmonies of #BA4529
Complementary color
Monochromatic Colors of #BA4529
Black with #BA4529
Text Example
Text Example
White with #BA4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4529; }
p { color: rgb(186,69,41); }
H1.HeaderClassName
{
color: #BA4529;
}
.AnyTagClassName
{
color: #BA4529;
}
</style>
background-color css
<style>
a { background-color: #BA4529; }
a { background-color: rgb(186,69,41); }
div.DivClassName
{
background-color: #BA4529;
}
.BgClassName
{
background-color: #BA4529;
}
</style>
border-color css
<style>
span { border-color: #BA4529; }
span { border-color: rgb(186,69,41); }
td.TdClassName
{
border-color: #BA4529;
}
.TagClassName
{
border-color: #BA4529;
}
</style>