Shades of Marigold #BA8437
Tints of Marigold #BA8437
RGB
CMYK
RGB Variations
Color information
#BA8437 (or 0xBA8437) is known color: Marigold. HEX triplet: BA, 84 and 37. RGB value is (186,132,55). Sum of RGB (Red+Green+Blue) = 186+132+55=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8437 is #457BC8. Grayscale: #8B8B8B. Windows color (decimal): -4553673 or 3638458. OLE color: 3638458.
HSL color Cylindrical-coordinate representation of color #BA8437: hue angle of 35.27º 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 #BA8437 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 55 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.27 |
| HSL | 35.27º | 0.54% | 0.47% | - |
| HSV(B) | 35.27º | 0.7% | 0.73% | - |
| XYZ | 29.19 | 27.22 | 7.33 | - |
| YUV | 139.37 | 80.39 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 55 | 0 | 0.29 | 0.70 | 0.27 | 35.27 | 0.54 | 0.47 |
| Hex | BA | 84 | 37 | 0 | 1D | 46 | 1B | 23 | 36 | 2F |
| Octal | 272 | 204 | 67 | 0 | 35 | 106 | 33 | 43 | 66 | 57 |
| Binary | 10111010 | 10000100 | 110111 | 0 | 11101 | 1000110 | 11011 | 100011 | 110110 | 101111 |
Color Harmonies of #BA8437
Complementary color
Monochromatic Colors of #BA8437
Black with #BA8437
Text Example
Text Example
White with #BA8437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8437; }
p { color: rgb(186,132,55); }
H1.HeaderClassName
{
color: #BA8437;
}
.AnyTagClassName
{
color: #BA8437;
}
</style>
background-color css
<style>
a { background-color: #BA8437; }
a { background-color: rgb(186,132,55); }
div.DivClassName
{
background-color: #BA8437;
}
.BgClassName
{
background-color: #BA8437;
}
</style>
border-color css
<style>
span { border-color: #BA8437; }
span { border-color: rgb(186,132,55); }
td.TdClassName
{
border-color: #BA8437;
}
.TagClassName
{
border-color: #BA8437;
}
</style>