Shades of Grenadier #BA4F31
Tints of Grenadier #BA4F31
RGB
CMYK
RGB Variations
Color information
#BA4F31 (or 0xBA4F31) is known color: Grenadier. HEX triplet: BA, 4F and 31. RGB value is (186,79,49). Sum of RGB (Red+Green+Blue) = 186+79+49=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F31 is #45B0CE. Grayscale: #6B6B6B. Windows color (decimal): -4567247 or 3231674. OLE color: 3231674.
HSL color Cylindrical-coordinate representation of color #BA4F31: hue angle of 13.14º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA4F31 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 49 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.27 |
| HSL | 13.14º | 0.58% | 0.46% | - |
| HSV(B) | 13.14º | 0.74% | 0.73% | - |
| XYZ | 23.6 | 16.25 | 4.8 | - |
| YUV | 107.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 49 | 0 | 0.58 | 0.74 | 0.27 | 13.14 | 0.58 | 0.46 |
| Hex | BA | 4F | 31 | 0 | 3A | 4A | 1B | D | 3A | 2E |
| Octal | 272 | 117 | 61 | 0 | 72 | 112 | 33 | 15 | 72 | 56 |
| Binary | 10111010 | 1001111 | 110001 | 0 | 111010 | 1001010 | 11011 | 1101 | 111010 | 101110 |
Color Harmonies of #BA4F31
Complementary color
Monochromatic Colors of #BA4F31
Black with #BA4F31
Text Example
Text Example
White with #BA4F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F31; }
p { color: rgb(186,79,49); }
H1.HeaderClassName
{
color: #BA4F31;
}
.AnyTagClassName
{
color: #BA4F31;
}
</style>
background-color css
<style>
a { background-color: #BA4F31; }
a { background-color: rgb(186,79,49); }
div.DivClassName
{
background-color: #BA4F31;
}
.BgClassName
{
background-color: #BA4F31;
}
</style>
border-color css
<style>
span { border-color: #BA4F31; }
span { border-color: rgb(186,79,49); }
td.TdClassName
{
border-color: #BA4F31;
}
.TagClassName
{
border-color: #BA4F31;
}
</style>