Shades of Marigold #BA8444
Tints of Marigold #BA8444
RGB
CMYK
RGB Variations
Color information
#BA8444 (or 0xBA8444) is known color: Marigold. HEX triplet: BA, 84 and 44. RGB value is (186,132,68). Sum of RGB (Red+Green+Blue) = 186+132+68=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8444 is #457BBB. Grayscale: #8D8D8D. Windows color (decimal): -4553660 or 4490426. OLE color: 4490426.
HSL color Cylindrical-coordinate representation of color #BA8444: hue angle of 32.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA8444 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 68 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.27 |
| HSL | 32.54º | 0.46% | 0.5% | - |
| HSV(B) | 32.54º | 0.63% | 0.73% | - |
| XYZ | 29.54 | 27.36 | 9.19 | - |
| YUV | 140.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 68 | 0 | 0.29 | 0.63 | 0.27 | 32.54 | 0.46 | 0.5 |
| Hex | BA | 84 | 44 | 0 | 1D | 3F | 1B | 21 | 2E | 32 |
| Octal | 272 | 204 | 104 | 0 | 35 | 77 | 33 | 41 | 56 | 62 |
| Binary | 10111010 | 10000100 | 1000100 | 0 | 11101 | 111111 | 11011 | 100001 | 101110 | 110010 |
Color Harmonies of #BA8444
Complementary color
Monochromatic Colors of #BA8444
Black with #BA8444
Text Example
Text Example
White with #BA8444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8444; }
p { color: rgb(186,132,68); }
H1.HeaderClassName
{
color: #BA8444;
}
.AnyTagClassName
{
color: #BA8444;
}
</style>
background-color css
<style>
a { background-color: #BA8444; }
a { background-color: rgb(186,132,68); }
div.DivClassName
{
background-color: #BA8444;
}
.BgClassName
{
background-color: #BA8444;
}
</style>
border-color css
<style>
span { border-color: #BA8444; }
span { border-color: rgb(186,132,68); }
td.TdClassName
{
border-color: #BA8444;
}
.TagClassName
{
border-color: #BA8444;
}
</style>