Shades of Marigold #BA8636
Tints of Marigold #BA8636
RGB
CMYK
RGB Variations
Color information
#BA8636 (or 0xBA8636) is known color: Marigold. HEX triplet: BA, 86 and 36. RGB value is (186,134,54). Sum of RGB (Red+Green+Blue) = 186+134+54=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8636 is #4579C9. Grayscale: #8C8C8C. Windows color (decimal): -4553162 or 3573434. OLE color: 3573434.
HSL color Cylindrical-coordinate representation of color #BA8636: hue angle of 36.36º 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 #BA8636 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 54 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.27 |
| HSL | 36.36º | 0.55% | 0.47% | - |
| HSV(B) | 36.36º | 0.71% | 0.73% | - |
| XYZ | 29.44 | 27.76 | 7.3 | - |
| YUV | 140.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 54 | 0 | 0.28 | 0.71 | 0.27 | 36.36 | 0.55 | 0.47 |
| Hex | BA | 86 | 36 | 0 | 1C | 47 | 1B | 24 | 37 | 2F |
| Octal | 272 | 206 | 66 | 0 | 34 | 107 | 33 | 44 | 67 | 57 |
| Binary | 10111010 | 10000110 | 110110 | 0 | 11100 | 1000111 | 11011 | 100100 | 110111 | 101111 |
Color Harmonies of #BA8636
Complementary color
Monochromatic Colors of #BA8636
Black with #BA8636
Text Example
Text Example
White with #BA8636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8636; }
p { color: rgb(186,134,54); }
H1.HeaderClassName
{
color: #BA8636;
}
.AnyTagClassName
{
color: #BA8636;
}
</style>
background-color css
<style>
a { background-color: #BA8636; }
a { background-color: rgb(186,134,54); }
div.DivClassName
{
background-color: #BA8636;
}
.BgClassName
{
background-color: #BA8636;
}
</style>
border-color css
<style>
span { border-color: #BA8636; }
span { border-color: rgb(186,134,54); }
td.TdClassName
{
border-color: #BA8636;
}
.TagClassName
{
border-color: #BA8636;
}
</style>