Shades of Grenadier #BA4F38
Tints of Grenadier #BA4F38
RGB
CMYK
RGB Variations
Color information
#BA4F38 (or 0xBA4F38) is known color: Grenadier. HEX triplet: BA, 4F and 38. RGB value is (186,79,56). Sum of RGB (Red+Green+Blue) = 186+79+56=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F38 is #45B0C7. Grayscale: #6C6C6C. Windows color (decimal): -4567240 or 3690426. OLE color: 3690426.
HSL color Cylindrical-coordinate representation of color #BA4F38: hue angle of 10.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4F38 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 56 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.27 |
| HSL | 10.62º | 0.54% | 0.47% | - |
| HSV(B) | 10.62º | 0.7% | 0.73% | - |
| XYZ | 23.76 | 16.32 | 5.64 | - |
| YUV | 108.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 56 | 0 | 0.58 | 0.70 | 0.27 | 10.62 | 0.54 | 0.47 |
| Hex | BA | 4F | 38 | 0 | 3A | 46 | 1B | B | 36 | 2F |
| Octal | 272 | 117 | 70 | 0 | 72 | 106 | 33 | 13 | 66 | 57 |
| Binary | 10111010 | 1001111 | 111000 | 0 | 111010 | 1000110 | 11011 | 1011 | 110110 | 101111 |
Color Harmonies of #BA4F38
Complementary color
Monochromatic Colors of #BA4F38
Black with #BA4F38
Text Example
Text Example
White with #BA4F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F38; }
p { color: rgb(186,79,56); }
H1.HeaderClassName
{
color: #BA4F38;
}
.AnyTagClassName
{
color: #BA4F38;
}
</style>
background-color css
<style>
a { background-color: #BA4F38; }
a { background-color: rgb(186,79,56); }
div.DivClassName
{
background-color: #BA4F38;
}
.BgClassName
{
background-color: #BA4F38;
}
</style>
border-color css
<style>
span { border-color: #BA4F38; }
span { border-color: rgb(186,79,56); }
td.TdClassName
{
border-color: #BA4F38;
}
.TagClassName
{
border-color: #BA4F38;
}
</style>