Shades of Grenadier #BA513F
Tints of Grenadier #BA513F
RGB
CMYK
RGB Variations
Color information
#BA513F (or 0xBA513F) is known color: Grenadier. HEX triplet: BA, 51 and 3F. RGB value is (186,81,63). Sum of RGB (Red+Green+Blue) = 186+81+63=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA513F is #45AEC0. Grayscale: #6E6E6E. Windows color (decimal): -4566721 or 4149690. OLE color: 4149690.
HSL color Cylindrical-coordinate representation of color #BA513F: hue angle of 8.78º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA513F is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 63 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.27 |
| HSL | 8.78º | 0.49% | 0.49% | - |
| HSV(B) | 8.78º | 0.66% | 0.73% | - |
| XYZ | 24.09 | 16.68 | 6.65 | - |
| YUV | 110.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 63 | 0 | 0.56 | 0.66 | 0.27 | 8.78 | 0.49 | 0.49 |
| Hex | BA | 51 | 3F | 0 | 38 | 42 | 1B | 9 | 31 | 31 |
| Octal | 272 | 121 | 77 | 0 | 70 | 102 | 33 | 11 | 61 | 61 |
| Binary | 10111010 | 1010001 | 111111 | 0 | 111000 | 1000010 | 11011 | 1001 | 110001 | 110001 |
Color Harmonies of #BA513F
Complementary color
Monochromatic Colors of #BA513F
Black with #BA513F
Text Example
Text Example
White with #BA513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA513F; }
p { color: rgb(186,81,63); }
H1.HeaderClassName
{
color: #BA513F;
}
.AnyTagClassName
{
color: #BA513F;
}
</style>
background-color css
<style>
a { background-color: #BA513F; }
a { background-color: rgb(186,81,63); }
div.DivClassName
{
background-color: #BA513F;
}
.BgClassName
{
background-color: #BA513F;
}
</style>
border-color css
<style>
span { border-color: #BA513F; }
span { border-color: rgb(186,81,63); }
td.TdClassName
{
border-color: #BA513F;
}
.TagClassName
{
border-color: #BA513F;
}
</style>