Shades of Marigold #BA8640
Tints of Marigold #BA8640
RGB
CMYK
RGB Variations
Color information
#BA8640 (or 0xBA8640) is known color: Marigold. HEX triplet: BA, 86 and 40. RGB value is (186,134,64). Sum of RGB (Red+Green+Blue) = 186+134+64=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8640 is #4579BF. Grayscale: #8D8D8D. Windows color (decimal): -4553152 or 4228794. OLE color: 4228794.
HSL color Cylindrical-coordinate representation of color #BA8640: hue angle of 34.43º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA8640 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 64 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.27 |
| HSL | 34.43º | 0.49% | 0.49% | - |
| HSV(B) | 34.43º | 0.66% | 0.73% | - |
| XYZ | 29.7 | 27.86 | 8.66 | - |
| YUV | 141.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 64 | 0 | 0.28 | 0.66 | 0.27 | 34.43 | 0.49 | 0.49 |
| Hex | BA | 86 | 40 | 0 | 1C | 42 | 1B | 22 | 31 | 31 |
| Octal | 272 | 206 | 100 | 0 | 34 | 102 | 33 | 42 | 61 | 61 |
| Binary | 10111010 | 10000110 | 1000000 | 0 | 11100 | 1000010 | 11011 | 100010 | 110001 | 110001 |
Color Harmonies of #BA8640
Complementary color
Monochromatic Colors of #BA8640
Black with #BA8640
Text Example
Text Example
White with #BA8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8640; }
p { color: rgb(186,134,64); }
H1.HeaderClassName
{
color: #BA8640;
}
.AnyTagClassName
{
color: #BA8640;
}
</style>
background-color css
<style>
a { background-color: #BA8640; }
a { background-color: rgb(186,134,64); }
div.DivClassName
{
background-color: #BA8640;
}
.BgClassName
{
background-color: #BA8640;
}
</style>
border-color css
<style>
span { border-color: #BA8640; }
span { border-color: rgb(186,134,64); }
td.TdClassName
{
border-color: #BA8640;
}
.TagClassName
{
border-color: #BA8640;
}
</style>