Shades of Grenadier #BA4E3E
Tints of Grenadier #BA4E3E
RGB
CMYK
RGB Variations
Color information
#BA4E3E (or 0xBA4E3E) is known color: Grenadier. HEX triplet: BA, 4E and 3E. RGB value is (186,78,62). Sum of RGB (Red+Green+Blue) = 186+78+62=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E3E is #45B1C1. Grayscale: #6C6C6C. Windows color (decimal): -4567490 or 4083386. OLE color: 4083386.
HSL color Cylindrical-coordinate representation of color #BA4E3E: hue angle of 7.74º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4E3E is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 62 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.27 |
| HSL | 7.74º | 0.5% | 0.49% | - |
| HSV(B) | 7.74º | 0.67% | 0.73% | - |
| XYZ | 23.84 | 16.24 | 6.43 | - |
| YUV | 108.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 62 | 0 | 0.58 | 0.67 | 0.27 | 7.74 | 0.5 | 0.49 |
| Hex | BA | 4E | 3E | 0 | 3A | 43 | 1B | 8 | 32 | 31 |
| Octal | 272 | 116 | 76 | 0 | 72 | 103 | 33 | 10 | 62 | 61 |
| Binary | 10111010 | 1001110 | 111110 | 0 | 111010 | 1000011 | 11011 | 1000 | 110010 | 110001 |
Color Harmonies of #BA4E3E
Complementary color
Monochromatic Colors of #BA4E3E
Black with #BA4E3E
Text Example
Text Example
White with #BA4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E3E; }
p { color: rgb(186,78,62); }
H1.HeaderClassName
{
color: #BA4E3E;
}
.AnyTagClassName
{
color: #BA4E3E;
}
</style>
background-color css
<style>
a { background-color: #BA4E3E; }
a { background-color: rgb(186,78,62); }
div.DivClassName
{
background-color: #BA4E3E;
}
.BgClassName
{
background-color: #BA4E3E;
}
</style>
border-color css
<style>
span { border-color: #BA4E3E; }
span { border-color: rgb(186,78,62); }
td.TdClassName
{
border-color: #BA4E3E;
}
.TagClassName
{
border-color: #BA4E3E;
}
</style>