Shades of Marigold #BA8637
Tints of Marigold #BA8637
RGB
CMYK
RGB Variations
Color information
#BA8637 (or 0xBA8637) is known color: Marigold. HEX triplet: BA, 86 and 37. RGB value is (186,134,55). Sum of RGB (Red+Green+Blue) = 186+134+55=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8637 is #4579C8. Grayscale: #8C8C8C. Windows color (decimal): -4553161 or 3638970. OLE color: 3638970.
HSL color Cylindrical-coordinate representation of color #BA8637: hue angle of 36.18º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA8637 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 55 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.27 |
| HSL | 36.18º | 0.54% | 0.47% | - |
| HSV(B) | 36.18º | 0.7% | 0.73% | - |
| XYZ | 29.46 | 27.77 | 7.42 | - |
| YUV | 140.54 | 79.73 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 55 | 0 | 0.28 | 0.70 | 0.27 | 36.18 | 0.54 | 0.47 |
| Hex | BA | 86 | 37 | 0 | 1C | 46 | 1B | 24 | 36 | 2F |
| Octal | 272 | 206 | 67 | 0 | 34 | 106 | 33 | 44 | 66 | 57 |
| Binary | 10111010 | 10000110 | 110111 | 0 | 11100 | 1000110 | 11011 | 100100 | 110110 | 101111 |
Color Harmonies of #BA8637
Complementary color
Monochromatic Colors of #BA8637
Black with #BA8637
Text Example
Text Example
White with #BA8637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8637; }
p { color: rgb(186,134,55); }
H1.HeaderClassName
{
color: #BA8637;
}
.AnyTagClassName
{
color: #BA8637;
}
</style>
background-color css
<style>
a { background-color: #BA8637; }
a { background-color: rgb(186,134,55); }
div.DivClassName
{
background-color: #BA8637;
}
.BgClassName
{
background-color: #BA8637;
}
</style>
border-color css
<style>
span { border-color: #BA8637; }
span { border-color: rgb(186,134,55); }
td.TdClassName
{
border-color: #BA8637;
}
.TagClassName
{
border-color: #BA8637;
}
</style>