Shades of Marigold #BA8746
Tints of Marigold #BA8746
RGB
CMYK
RGB Variations
Color information
#BA8746 (or 0xBA8746) is known color: Marigold. HEX triplet: BA, 87 and 46. RGB value is (186,135,70). Sum of RGB (Red+Green+Blue) = 186+135+70=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8746 is #4578B9. Grayscale: #8F8F8F. Windows color (decimal): -4552890 or 4622266. OLE color: 4622266.
HSL color Cylindrical-coordinate representation of color #BA8746: hue angle of 33.62º 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 #BA8746 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 70 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.27 |
| HSL | 33.62º | 0.46% | 0.5% | - |
| HSV(B) | 33.62º | 0.62% | 0.73% | - |
| XYZ | 30.02 | 28.21 | 9.66 | - |
| YUV | 142.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 70 | 0 | 0.27 | 0.62 | 0.27 | 33.62 | 0.46 | 0.5 |
| Hex | BA | 87 | 46 | 0 | 1B | 3E | 1B | 22 | 2E | 32 |
| Octal | 272 | 207 | 106 | 0 | 33 | 76 | 33 | 42 | 56 | 62 |
| Binary | 10111010 | 10000111 | 1000110 | 0 | 11011 | 111110 | 11011 | 100010 | 101110 | 110010 |
Color Harmonies of #BA8746
Complementary color
Monochromatic Colors of #BA8746
Black with #BA8746
Text Example
Text Example
White with #BA8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8746; }
p { color: rgb(186,135,70); }
H1.HeaderClassName
{
color: #BA8746;
}
.AnyTagClassName
{
color: #BA8746;
}
</style>
background-color css
<style>
a { background-color: #BA8746; }
a { background-color: rgb(186,135,70); }
div.DivClassName
{
background-color: #BA8746;
}
.BgClassName
{
background-color: #BA8746;
}
</style>
border-color css
<style>
span { border-color: #BA8746; }
span { border-color: rgb(186,135,70); }
td.TdClassName
{
border-color: #BA8746;
}
.TagClassName
{
border-color: #BA8746;
}
</style>