Shades of Marigold #BA8946
Tints of Marigold #BA8946
RGB
CMYK
RGB Variations
Color information
#BA8946 (or 0xBA8946) is known color: Marigold. HEX triplet: BA, 89 and 46. RGB value is (186,137,70). Sum of RGB (Red+Green+Blue) = 186+137+70=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8946 is #4576B9. Grayscale: #909090. Windows color (decimal): -4552378 or 4622778. OLE color: 4622778.
HSL color Cylindrical-coordinate representation of color #BA8946: hue angle of 34.66º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA8946 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 70 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.27 |
| HSL | 34.66º | 0.46% | 0.5% | - |
| HSV(B) | 34.66º | 0.62% | 0.73% | - |
| XYZ | 30.3 | 28.77 | 9.75 | - |
| YUV | 144.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 70 | 0 | 0.26 | 0.62 | 0.27 | 34.66 | 0.46 | 0.5 |
| Hex | BA | 89 | 46 | 0 | 1A | 3E | 1B | 23 | 2E | 32 |
| Octal | 272 | 211 | 106 | 0 | 32 | 76 | 33 | 43 | 56 | 62 |
| Binary | 10111010 | 10001001 | 1000110 | 0 | 11010 | 111110 | 11011 | 100011 | 101110 | 110010 |
Color Harmonies of #BA8946
Complementary color
Monochromatic Colors of #BA8946
Black with #BA8946
Text Example
Text Example
White with #BA8946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8946; }
p { color: rgb(186,137,70); }
H1.HeaderClassName
{
color: #BA8946;
}
.AnyTagClassName
{
color: #BA8946;
}
</style>
background-color css
<style>
a { background-color: #BA8946; }
a { background-color: rgb(186,137,70); }
div.DivClassName
{
background-color: #BA8946;
}
.BgClassName
{
background-color: #BA8946;
}
</style>
border-color css
<style>
span { border-color: #BA8946; }
span { border-color: rgb(186,137,70); }
td.TdClassName
{
border-color: #BA8946;
}
.TagClassName
{
border-color: #BA8946;
}
</style>