Shades of Grenadier #BA4A37
Tints of Grenadier #BA4A37
RGB
CMYK
RGB Variations
Color information
#BA4A37 (or 0xBA4A37) is known color: Grenadier. HEX triplet: BA, 4A and 37. RGB value is (186,74,55). Sum of RGB (Red+Green+Blue) = 186+74+55=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A37 is #45B5C8. Grayscale: #696969. Windows color (decimal): -4568521 or 3623610. OLE color: 3623610.
HSL color Cylindrical-coordinate representation of color #BA4A37: hue angle of 8.7º 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 #BA4A37 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 55 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.27 |
| HSL | 8.7º | 0.54% | 0.47% | - |
| HSV(B) | 8.7º | 0.7% | 0.73% | - |
| XYZ | 23.39 | 15.61 | 5.4 | - |
| YUV | 105.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 55 | 0 | 0.60 | 0.70 | 0.27 | 8.7 | 0.54 | 0.47 |
| Hex | BA | 4A | 37 | 0 | 3C | 46 | 1B | 9 | 36 | 2F |
| Octal | 272 | 112 | 67 | 0 | 74 | 106 | 33 | 11 | 66 | 57 |
| Binary | 10111010 | 1001010 | 110111 | 0 | 111100 | 1000110 | 11011 | 1001 | 110110 | 101111 |
Color Harmonies of #BA4A37
Complementary color
Monochromatic Colors of #BA4A37
Black with #BA4A37
Text Example
Text Example
White with #BA4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A37; }
p { color: rgb(186,74,55); }
H1.HeaderClassName
{
color: #BA4A37;
}
.AnyTagClassName
{
color: #BA4A37;
}
</style>
background-color css
<style>
a { background-color: #BA4A37; }
a { background-color: rgb(186,74,55); }
div.DivClassName
{
background-color: #BA4A37;
}
.BgClassName
{
background-color: #BA4A37;
}
</style>
border-color css
<style>
span { border-color: #BA4A37; }
span { border-color: rgb(186,74,55); }
td.TdClassName
{
border-color: #BA4A37;
}
.TagClassName
{
border-color: #BA4A37;
}
</style>