Shades of Grenadier #BA502F
Tints of Grenadier #BA502F
RGB
CMYK
RGB Variations
Color information
#BA502F (or 0xBA502F) is known color: Grenadier. HEX triplet: BA, 50 and 2F. RGB value is (186,80,47). Sum of RGB (Red+Green+Blue) = 186+80+47=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA502F is #45AFD0. Grayscale: #6C6C6C. Windows color (decimal): -4566993 or 3100858. OLE color: 3100858.
HSL color Cylindrical-coordinate representation of color #BA502F: hue angle of 14.24º 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 #BA502F is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 47 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.27 |
| HSL | 14.24º | 0.6% | 0.46% | - |
| HSV(B) | 14.24º | 0.75% | 0.73% | - |
| XYZ | 23.63 | 16.38 | 4.61 | - |
| YUV | 107.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 47 | 0 | 0.57 | 0.75 | 0.27 | 14.24 | 0.6 | 0.46 |
| Hex | BA | 50 | 2F | 0 | 39 | 4B | 1B | E | 3C | 2E |
| Octal | 272 | 120 | 57 | 0 | 71 | 113 | 33 | 16 | 74 | 56 |
| Binary | 10111010 | 1010000 | 101111 | 0 | 111001 | 1001011 | 11011 | 1110 | 111100 | 101110 |
Color Harmonies of #BA502F
Complementary color
Monochromatic Colors of #BA502F
Black with #BA502F
Text Example
Text Example
White with #BA502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA502F; }
p { color: rgb(186,80,47); }
H1.HeaderClassName
{
color: #BA502F;
}
.AnyTagClassName
{
color: #BA502F;
}
</style>
background-color css
<style>
a { background-color: #BA502F; }
a { background-color: rgb(186,80,47); }
div.DivClassName
{
background-color: #BA502F;
}
.BgClassName
{
background-color: #BA502F;
}
</style>
border-color css
<style>
span { border-color: #BA502F; }
span { border-color: rgb(186,80,47); }
td.TdClassName
{
border-color: #BA502F;
}
.TagClassName
{
border-color: #BA502F;
}
</style>