Shades of Grenadier #BA513E
Tints of Grenadier #BA513E
RGB
CMYK
RGB Variations
Color information
#BA513E (or 0xBA513E) is known color: Grenadier. HEX triplet: BA, 51 and 3E. RGB value is (186,81,62). Sum of RGB (Red+Green+Blue) = 186+81+62=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA513E is #45AEC1. Grayscale: #6E6E6E. Windows color (decimal): -4566722 or 4084154. OLE color: 4084154.
HSL color Cylindrical-coordinate representation of color #BA513E: hue angle of 9.19º 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 #BA513E is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 62 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.27 |
| HSL | 9.19º | 0.5% | 0.49% | - |
| HSV(B) | 9.19º | 0.67% | 0.73% | - |
| XYZ | 24.06 | 16.67 | 6.51 | - |
| YUV | 110.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 62 | 0 | 0.56 | 0.67 | 0.27 | 9.19 | 0.5 | 0.49 |
| Hex | BA | 51 | 3E | 0 | 38 | 43 | 1B | 9 | 32 | 31 |
| Octal | 272 | 121 | 76 | 0 | 70 | 103 | 33 | 11 | 62 | 61 |
| Binary | 10111010 | 1010001 | 111110 | 0 | 111000 | 1000011 | 11011 | 1001 | 110010 | 110001 |
Color Harmonies of #BA513E
Complementary color
Monochromatic Colors of #BA513E
Black with #BA513E
Text Example
Text Example
White with #BA513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA513E; }
p { color: rgb(186,81,62); }
H1.HeaderClassName
{
color: #BA513E;
}
.AnyTagClassName
{
color: #BA513E;
}
</style>
background-color css
<style>
a { background-color: #BA513E; }
a { background-color: rgb(186,81,62); }
div.DivClassName
{
background-color: #BA513E;
}
.BgClassName
{
background-color: #BA513E;
}
</style>
border-color css
<style>
span { border-color: #BA513E; }
span { border-color: rgb(186,81,62); }
td.TdClassName
{
border-color: #BA513E;
}
.TagClassName
{
border-color: #BA513E;
}
</style>