Shades of Marigold #BA8236
Tints of Marigold #BA8236
RGB
CMYK
RGB Variations
Color information
#BA8236 (or 0xBA8236) is known color: Marigold. HEX triplet: BA, 82 and 36. RGB value is (186,130,54). Sum of RGB (Red+Green+Blue) = 186+130+54=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8236 is #457DC9. Grayscale: #8A8A8A. Windows color (decimal): -4554186 or 3572410. OLE color: 3572410.
HSL color Cylindrical-coordinate representation of color #BA8236: hue angle of 34.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA8236 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 54 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.27 |
| HSL | 34.55º | 0.55% | 0.47% | - |
| HSV(B) | 34.55º | 0.71% | 0.73% | - |
| XYZ | 28.9 | 26.67 | 7.11 | - |
| YUV | 138.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 54 | 0 | 0.30 | 0.71 | 0.27 | 34.55 | 0.55 | 0.47 |
| Hex | BA | 82 | 36 | 0 | 1E | 47 | 1B | 23 | 37 | 2F |
| Octal | 272 | 202 | 66 | 0 | 36 | 107 | 33 | 43 | 67 | 57 |
| Binary | 10111010 | 10000010 | 110110 | 0 | 11110 | 1000111 | 11011 | 100011 | 110111 | 101111 |
Color Harmonies of #BA8236
Complementary color
Monochromatic Colors of #BA8236
Black with #BA8236
Text Example
Text Example
White with #BA8236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8236; }
p { color: rgb(186,130,54); }
H1.HeaderClassName
{
color: #BA8236;
}
.AnyTagClassName
{
color: #BA8236;
}
</style>
background-color css
<style>
a { background-color: #BA8236; }
a { background-color: rgb(186,130,54); }
div.DivClassName
{
background-color: #BA8236;
}
.BgClassName
{
background-color: #BA8236;
}
</style>
border-color css
<style>
span { border-color: #BA8236; }
span { border-color: rgb(186,130,54); }
td.TdClassName
{
border-color: #BA8236;
}
.TagClassName
{
border-color: #BA8236;
}
</style>