Shades of Grenadier #BA4E37
Tints of Grenadier #BA4E37
RGB
CMYK
RGB Variations
Color information
#BA4E37 (or 0xBA4E37) is known color: Grenadier. HEX triplet: BA, 4E and 37. RGB value is (186,78,55). Sum of RGB (Red+Green+Blue) = 186+78+55=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E37 is #45B1C8. Grayscale: #6B6B6B. Windows color (decimal): -4567497 or 3624634. OLE color: 3624634.
HSL color Cylindrical-coordinate representation of color #BA4E37: hue angle of 10.53º 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 #BA4E37 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 55 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.27 |
| HSL | 10.53º | 0.54% | 0.47% | - |
| HSV(B) | 10.53º | 0.7% | 0.73% | - |
| XYZ | 23.66 | 16.16 | 5.49 | - |
| YUV | 107.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 55 | 0 | 0.58 | 0.70 | 0.27 | 10.53 | 0.54 | 0.47 |
| Hex | BA | 4E | 37 | 0 | 3A | 46 | 1B | B | 36 | 2F |
| Octal | 272 | 116 | 67 | 0 | 72 | 106 | 33 | 13 | 66 | 57 |
| Binary | 10111010 | 1001110 | 110111 | 0 | 111010 | 1000110 | 11011 | 1011 | 110110 | 101111 |
Color Harmonies of #BA4E37
Complementary color
Monochromatic Colors of #BA4E37
Black with #BA4E37
Text Example
Text Example
White with #BA4E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E37; }
p { color: rgb(186,78,55); }
H1.HeaderClassName
{
color: #BA4E37;
}
.AnyTagClassName
{
color: #BA4E37;
}
</style>
background-color css
<style>
a { background-color: #BA4E37; }
a { background-color: rgb(186,78,55); }
div.DivClassName
{
background-color: #BA4E37;
}
.BgClassName
{
background-color: #BA4E37;
}
</style>
border-color css
<style>
span { border-color: #BA4E37; }
span { border-color: rgb(186,78,55); }
td.TdClassName
{
border-color: #BA4E37;
}
.TagClassName
{
border-color: #BA4E37;
}
</style>