Shades of Grenadier #BA502E
Tints of Grenadier #BA502E
RGB
CMYK
RGB Variations
Color information
#BA502E (or 0xBA502E) is known color: Grenadier. HEX triplet: BA, 50 and 2E. RGB value is (186,80,46). Sum of RGB (Red+Green+Blue) = 186+80+46=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA502E is #45AFD1. Grayscale: #6C6C6C. Windows color (decimal): -4566994 or 3035322. OLE color: 3035322.
HSL color Cylindrical-coordinate representation of color #BA502E: hue angle of 14.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA502E is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 46 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.27 |
| HSL | 14.57º | 0.6% | 0.45% | - |
| HSV(B) | 14.57º | 0.75% | 0.73% | - |
| XYZ | 23.61 | 16.37 | 4.5 | - |
| YUV | 107.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 46 | 0 | 0.57 | 0.75 | 0.27 | 14.57 | 0.6 | 0.45 |
| Hex | BA | 50 | 2E | 0 | 39 | 4B | 1B | F | 3C | 2D |
| Octal | 272 | 120 | 56 | 0 | 71 | 113 | 33 | 17 | 74 | 55 |
| Binary | 10111010 | 1010000 | 101110 | 0 | 111001 | 1001011 | 11011 | 1111 | 111100 | 101101 |
Color Harmonies of #BA502E
Complementary color
Monochromatic Colors of #BA502E
Black with #BA502E
Text Example
Text Example
White with #BA502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA502E; }
p { color: rgb(186,80,46); }
H1.HeaderClassName
{
color: #BA502E;
}
.AnyTagClassName
{
color: #BA502E;
}
</style>
background-color css
<style>
a { background-color: #BA502E; }
a { background-color: rgb(186,80,46); }
div.DivClassName
{
background-color: #BA502E;
}
.BgClassName
{
background-color: #BA502E;
}
</style>
border-color css
<style>
span { border-color: #BA502E; }
span { border-color: rgb(186,80,46); }
td.TdClassName
{
border-color: #BA502E;
}
.TagClassName
{
border-color: #BA502E;
}
</style>