Shades of Grenadier #BA512F
Tints of Grenadier #BA512F
RGB
CMYK
RGB Variations
Color information
#BA512F (or 0xBA512F) is known color: Grenadier. HEX triplet: BA, 51 and 2F. RGB value is (186,81,47). Sum of RGB (Red+Green+Blue) = 186+81+47=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA512F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA512F is #45AED0. Grayscale: #6C6C6C. Windows color (decimal): -4566737 or 3101114. OLE color: 3101114.
HSL color Cylindrical-coordinate representation of color #BA512F: hue angle of 14.68º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA512F is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 47 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.27 |
| HSL | 14.68º | 0.6% | 0.46% | - |
| HSV(B) | 14.68º | 0.75% | 0.73% | - |
| XYZ | 23.71 | 16.53 | 4.63 | - |
| YUV | 108.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 47 | 0 | 0.56 | 0.75 | 0.27 | 14.68 | 0.6 | 0.46 |
| Hex | BA | 51 | 2F | 0 | 38 | 4B | 1B | F | 3C | 2E |
| Octal | 272 | 121 | 57 | 0 | 70 | 113 | 33 | 17 | 74 | 56 |
| Binary | 10111010 | 1010001 | 101111 | 0 | 111000 | 1001011 | 11011 | 1111 | 111100 | 101110 |
Color Harmonies of #BA512F
Complementary color
Monochromatic Colors of #BA512F
Black with #BA512F
Text Example
Text Example
White with #BA512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA512F; }
p { color: rgb(186,81,47); }
H1.HeaderClassName
{
color: #BA512F;
}
.AnyTagClassName
{
color: #BA512F;
}
</style>
background-color css
<style>
a { background-color: #BA512F; }
a { background-color: rgb(186,81,47); }
div.DivClassName
{
background-color: #BA512F;
}
.BgClassName
{
background-color: #BA512F;
}
</style>
border-color css
<style>
span { border-color: #BA512F; }
span { border-color: rgb(186,81,47); }
td.TdClassName
{
border-color: #BA512F;
}
.TagClassName
{
border-color: #BA512F;
}
</style>