Shades of Marigold #BA8747
Tints of Marigold #BA8747
RGB
CMYK
RGB Variations
Color information
#BA8747 (or 0xBA8747) is known color: Marigold. HEX triplet: BA, 87 and 47. RGB value is (186,135,71). Sum of RGB (Red+Green+Blue) = 186+135+71=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8747 is #4578B8. Grayscale: #8F8F8F. Windows color (decimal): -4552889 or 4687802. OLE color: 4687802.
HSL color Cylindrical-coordinate representation of color #BA8747: hue angle of 33.39º degrees, saturation: 0.45, 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 #BA8747 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 71 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.27 |
| HSL | 33.39º | 0.45% | 0.5% | - |
| HSV(B) | 33.39º | 0.62% | 0.73% | - |
| XYZ | 30.05 | 28.22 | 9.82 | - |
| YUV | 142.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 71 | 0 | 0.27 | 0.62 | 0.27 | 33.39 | 0.45 | 0.5 |
| Hex | BA | 87 | 47 | 0 | 1B | 3E | 1B | 21 | 2D | 32 |
| Octal | 272 | 207 | 107 | 0 | 33 | 76 | 33 | 41 | 55 | 62 |
| Binary | 10111010 | 10000111 | 1000111 | 0 | 11011 | 111110 | 11011 | 100001 | 101101 | 110010 |
Color Harmonies of #BA8747
Complementary color
Monochromatic Colors of #BA8747
Black with #BA8747
Text Example
Text Example
White with #BA8747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8747; }
p { color: rgb(186,135,71); }
H1.HeaderClassName
{
color: #BA8747;
}
.AnyTagClassName
{
color: #BA8747;
}
</style>
background-color css
<style>
a { background-color: #BA8747; }
a { background-color: rgb(186,135,71); }
div.DivClassName
{
background-color: #BA8747;
}
.BgClassName
{
background-color: #BA8747;
}
</style>
border-color css
<style>
span { border-color: #BA8747; }
span { border-color: rgb(186,135,71); }
td.TdClassName
{
border-color: #BA8747;
}
.TagClassName
{
border-color: #BA8747;
}
</style>