Shades of Grenadier #BA492E
Tints of Grenadier #BA492E
RGB
CMYK
RGB Variations
Color information
#BA492E (or 0xBA492E) is known color: Grenadier. HEX triplet: BA, 49 and 2E. RGB value is (186,73,46). Sum of RGB (Red+Green+Blue) = 186+73+46=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA492E is #45B6D1. Grayscale: #676767. Windows color (decimal): -4568786 or 3033530. OLE color: 3033530.
HSL color Cylindrical-coordinate representation of color #BA492E: hue angle of 11.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA492E is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 46 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.27 |
| HSL | 11.57º | 0.6% | 0.45% | - |
| HSV(B) | 11.57º | 0.75% | 0.73% | - |
| XYZ | 23.13 | 15.4 | 4.34 | - |
| YUV | 103.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 46 | 0 | 0.61 | 0.75 | 0.27 | 11.57 | 0.6 | 0.45 |
| Hex | BA | 49 | 2E | 0 | 3D | 4B | 1B | C | 3C | 2D |
| Octal | 272 | 111 | 56 | 0 | 75 | 113 | 33 | 14 | 74 | 55 |
| Binary | 10111010 | 1001001 | 101110 | 0 | 111101 | 1001011 | 11011 | 1100 | 111100 | 101101 |
Color Harmonies of #BA492E
Complementary color
Monochromatic Colors of #BA492E
Black with #BA492E
Text Example
Text Example
White with #BA492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA492E; }
p { color: rgb(186,73,46); }
H1.HeaderClassName
{
color: #BA492E;
}
.AnyTagClassName
{
color: #BA492E;
}
</style>
background-color css
<style>
a { background-color: #BA492E; }
a { background-color: rgb(186,73,46); }
div.DivClassName
{
background-color: #BA492E;
}
.BgClassName
{
background-color: #BA492E;
}
</style>
border-color css
<style>
span { border-color: #BA492E; }
span { border-color: rgb(186,73,46); }
td.TdClassName
{
border-color: #BA492E;
}
.TagClassName
{
border-color: #BA492E;
}
</style>