Shades of Grenadier #BA4D37
Tints of Grenadier #BA4D37
RGB
CMYK
RGB Variations
Color information
#BA4D37 (or 0xBA4D37) is known color: Grenadier. HEX triplet: BA, 4D and 37. RGB value is (186,77,55). Sum of RGB (Red+Green+Blue) = 186+77+55=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D37 is #45B2C8. Grayscale: #6B6B6B. Windows color (decimal): -4567753 or 3624378. OLE color: 3624378.
HSL color Cylindrical-coordinate representation of color #BA4D37: hue angle of 10.08º 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 #BA4D37 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 55 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.27 |
| HSL | 10.08º | 0.54% | 0.47% | - |
| HSV(B) | 10.08º | 0.7% | 0.73% | - |
| XYZ | 23.59 | 16.02 | 5.46 | - |
| YUV | 107.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 55 | 0 | 0.59 | 0.70 | 0.27 | 10.08 | 0.54 | 0.47 |
| Hex | BA | 4D | 37 | 0 | 3B | 46 | 1B | A | 36 | 2F |
| Octal | 272 | 115 | 67 | 0 | 73 | 106 | 33 | 12 | 66 | 57 |
| Binary | 10111010 | 1001101 | 110111 | 0 | 111011 | 1000110 | 11011 | 1010 | 110110 | 101111 |
Color Harmonies of #BA4D37
Complementary color
Monochromatic Colors of #BA4D37
Black with #BA4D37
Text Example
Text Example
White with #BA4D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D37; }
p { color: rgb(186,77,55); }
H1.HeaderClassName
{
color: #BA4D37;
}
.AnyTagClassName
{
color: #BA4D37;
}
</style>
background-color css
<style>
a { background-color: #BA4D37; }
a { background-color: rgb(186,77,55); }
div.DivClassName
{
background-color: #BA4D37;
}
.BgClassName
{
background-color: #BA4D37;
}
</style>
border-color css
<style>
span { border-color: #BA4D37; }
span { border-color: rgb(186,77,55); }
td.TdClassName
{
border-color: #BA4D37;
}
.TagClassName
{
border-color: #BA4D37;
}
</style>