Shades of Marigold #BA8647
Tints of Marigold #BA8647
RGB
CMYK
RGB Variations
Color information
#BA8647 (or 0xBA8647) is known color: Marigold. HEX triplet: BA, 86 and 47. RGB value is (186,134,71). Sum of RGB (Red+Green+Blue) = 186+134+71=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8647 is #4579B8. Grayscale: #8E8E8E. Windows color (decimal): -4553145 or 4687546. OLE color: 4687546.
HSL color Cylindrical-coordinate representation of color #BA8647: hue angle of 32.87º 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 #BA8647 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 71 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.27 |
| HSL | 32.87º | 0.45% | 0.5% | - |
| HSV(B) | 32.87º | 0.62% | 0.73% | - |
| XYZ | 29.91 | 27.94 | 9.78 | - |
| YUV | 142.37 | 87.73 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 71 | 0 | 0.28 | 0.62 | 0.27 | 32.87 | 0.45 | 0.5 |
| Hex | BA | 86 | 47 | 0 | 1C | 3E | 1B | 21 | 2D | 32 |
| Octal | 272 | 206 | 107 | 0 | 34 | 76 | 33 | 41 | 55 | 62 |
| Binary | 10111010 | 10000110 | 1000111 | 0 | 11100 | 111110 | 11011 | 100001 | 101101 | 110010 |
Color Harmonies of #BA8647
Complementary color
Monochromatic Colors of #BA8647
Black with #BA8647
Text Example
Text Example
White with #BA8647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8647; }
p { color: rgb(186,134,71); }
H1.HeaderClassName
{
color: #BA8647;
}
.AnyTagClassName
{
color: #BA8647;
}
</style>
background-color css
<style>
a { background-color: #BA8647; }
a { background-color: rgb(186,134,71); }
div.DivClassName
{
background-color: #BA8647;
}
.BgClassName
{
background-color: #BA8647;
}
</style>
border-color css
<style>
span { border-color: #BA8647; }
span { border-color: rgb(186,134,71); }
td.TdClassName
{
border-color: #BA8647;
}
.TagClassName
{
border-color: #BA8647;
}
</style>