Shades of Grenadier #BA4937
Tints of Grenadier #BA4937
RGB
CMYK
RGB Variations
Color information
#BA4937 (or 0xBA4937) is known color: Grenadier. HEX triplet: BA, 49 and 37. RGB value is (186,73,55). Sum of RGB (Red+Green+Blue) = 186+73+55=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4937 is #45B6C8. Grayscale: #686868. Windows color (decimal): -4568777 or 3623354. OLE color: 3623354.
HSL color Cylindrical-coordinate representation of color #BA4937: hue angle of 8.24º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4937 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 55 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.27 |
| HSL | 8.24º | 0.54% | 0.47% | - |
| HSV(B) | 8.24º | 0.7% | 0.73% | - |
| XYZ | 23.32 | 15.48 | 5.37 | - |
| YUV | 104.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 55 | 0 | 0.61 | 0.70 | 0.27 | 8.24 | 0.54 | 0.47 |
| Hex | BA | 49 | 37 | 0 | 3D | 46 | 1B | 8 | 36 | 2F |
| Octal | 272 | 111 | 67 | 0 | 75 | 106 | 33 | 10 | 66 | 57 |
| Binary | 10111010 | 1001001 | 110111 | 0 | 111101 | 1000110 | 11011 | 1000 | 110110 | 101111 |
Color Harmonies of #BA4937
Complementary color
Monochromatic Colors of #BA4937
Black with #BA4937
Text Example
Text Example
White with #BA4937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4937; }
p { color: rgb(186,73,55); }
H1.HeaderClassName
{
color: #BA4937;
}
.AnyTagClassName
{
color: #BA4937;
}
</style>
background-color css
<style>
a { background-color: #BA4937; }
a { background-color: rgb(186,73,55); }
div.DivClassName
{
background-color: #BA4937;
}
.BgClassName
{
background-color: #BA4937;
}
</style>
border-color css
<style>
span { border-color: #BA4937; }
span { border-color: rgb(186,73,55); }
td.TdClassName
{
border-color: #BA4937;
}
.TagClassName
{
border-color: #BA4937;
}
</style>