Shades of Grenadier #BA4E3D
Tints of Grenadier #BA4E3D
RGB
CMYK
RGB Variations
Color information
#BA4E3D (or 0xBA4E3D) is known color: Grenadier. HEX triplet: BA, 4E and 3D. RGB value is (186,78,61). Sum of RGB (Red+Green+Blue) = 186+78+61=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E3D is #45B1C2. Grayscale: #6C6C6C. Windows color (decimal): -4567491 or 4017850. OLE color: 4017850.
HSL color Cylindrical-coordinate representation of color #BA4E3D: hue angle of 8.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4E3D is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 61 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.27 |
| HSL | 8.16º | 0.51% | 0.48% | - |
| HSV(B) | 8.16º | 0.67% | 0.73% | - |
| XYZ | 23.82 | 16.22 | 6.29 | - |
| YUV | 108.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 61 | 0 | 0.58 | 0.67 | 0.27 | 8.16 | 0.51 | 0.48 |
| Hex | BA | 4E | 3D | 0 | 3A | 43 | 1B | 8 | 33 | 30 |
| Octal | 272 | 116 | 75 | 0 | 72 | 103 | 33 | 10 | 63 | 60 |
| Binary | 10111010 | 1001110 | 111101 | 0 | 111010 | 1000011 | 11011 | 1000 | 110011 | 110000 |
Color Harmonies of #BA4E3D
Complementary color
Monochromatic Colors of #BA4E3D
Black with #BA4E3D
Text Example
Text Example
White with #BA4E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E3D; }
p { color: rgb(186,78,61); }
H1.HeaderClassName
{
color: #BA4E3D;
}
.AnyTagClassName
{
color: #BA4E3D;
}
</style>
background-color css
<style>
a { background-color: #BA4E3D; }
a { background-color: rgb(186,78,61); }
div.DivClassName
{
background-color: #BA4E3D;
}
.BgClassName
{
background-color: #BA4E3D;
}
</style>
border-color css
<style>
span { border-color: #BA4E3D; }
span { border-color: rgb(186,78,61); }
td.TdClassName
{
border-color: #BA4E3D;
}
.TagClassName
{
border-color: #BA4E3D;
}
</style>