Shades of Grenadier #BA4537
Tints of Grenadier #BA4537
RGB
CMYK
RGB Variations
Color information
#BA4537 (or 0xBA4537) is known color: Grenadier. HEX triplet: BA, 45 and 37. RGB value is (186,69,55). Sum of RGB (Red+Green+Blue) = 186+69+55=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4537 is #45BAC8. Grayscale: #666666. Windows color (decimal): -4569801 or 3622330. OLE color: 3622330.
HSL color Cylindrical-coordinate representation of color #BA4537: hue angle of 6.41º 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 #BA4537 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 55 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.27 |
| HSL | 6.41º | 0.54% | 0.47% | - |
| HSV(B) | 6.41º | 0.7% | 0.73% | - |
| XYZ | 23.07 | 14.97 | 5.29 | - |
| YUV | 102.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 55 | 0 | 0.63 | 0.70 | 0.27 | 6.41 | 0.54 | 0.47 |
| Hex | BA | 45 | 37 | 0 | 3F | 46 | 1B | 6 | 36 | 2F |
| Octal | 272 | 105 | 67 | 0 | 77 | 106 | 33 | 6 | 66 | 57 |
| Binary | 10111010 | 1000101 | 110111 | 0 | 111111 | 1000110 | 11011 | 110 | 110110 | 101111 |
Color Harmonies of #BA4537
Complementary color
Monochromatic Colors of #BA4537
Black with #BA4537
Text Example
Text Example
White with #BA4537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4537; }
p { color: rgb(186,69,55); }
H1.HeaderClassName
{
color: #BA4537;
}
.AnyTagClassName
{
color: #BA4537;
}
</style>
background-color css
<style>
a { background-color: #BA4537; }
a { background-color: rgb(186,69,55); }
div.DivClassName
{
background-color: #BA4537;
}
.BgClassName
{
background-color: #BA4537;
}
</style>
border-color css
<style>
span { border-color: #BA4537; }
span { border-color: rgb(186,69,55); }
td.TdClassName
{
border-color: #BA4537;
}
.TagClassName
{
border-color: #BA4537;
}
</style>