Shades of Grenadier #BA462B
Tints of Grenadier #BA462B
RGB
CMYK
RGB Variations
Color information
#BA462B (or 0xBA462B) is known color: Grenadier. HEX triplet: BA, 46 and 2B. RGB value is (186,70,43). Sum of RGB (Red+Green+Blue) = 186+70+43=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA462B is #45B9D4. Grayscale: #656565. Windows color (decimal): -4569557 or 2836154. OLE color: 2836154.
HSL color Cylindrical-coordinate representation of color #BA462B: hue angle of 11.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA462B is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 43 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.27 |
| HSL | 11.33º | 0.62% | 0.45% | - |
| HSV(B) | 11.33º | 0.77% | 0.73% | - |
| XYZ | 22.88 | 14.99 | 3.97 | - |
| YUV | 101.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 43 | 0 | 0.62 | 0.77 | 0.27 | 11.33 | 0.62 | 0.45 |
| Hex | BA | 46 | 2B | 0 | 3E | 4D | 1B | B | 3E | 2D |
| Octal | 272 | 106 | 53 | 0 | 76 | 115 | 33 | 13 | 76 | 55 |
| Binary | 10111010 | 1000110 | 101011 | 0 | 111110 | 1001101 | 11011 | 1011 | 111110 | 101101 |
Color Harmonies of #BA462B
Complementary color
Monochromatic Colors of #BA462B
Black with #BA462B
Text Example
Text Example
White with #BA462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA462B; }
p { color: rgb(186,70,43); }
H1.HeaderClassName
{
color: #BA462B;
}
.AnyTagClassName
{
color: #BA462B;
}
</style>
background-color css
<style>
a { background-color: #BA462B; }
a { background-color: rgb(186,70,43); }
div.DivClassName
{
background-color: #BA462B;
}
.BgClassName
{
background-color: #BA462B;
}
</style>
border-color css
<style>
span { border-color: #BA462B; }
span { border-color: rgb(186,70,43); }
td.TdClassName
{
border-color: #BA462B;
}
.TagClassName
{
border-color: #BA462B;
}
</style>