Shades of Marigold #BA8340
Tints of Marigold #BA8340
RGB
CMYK
RGB Variations
Color information
#BA8340 (or 0xBA8340) is known color: Marigold. HEX triplet: BA, 83 and 40. RGB value is (186,131,64). Sum of RGB (Red+Green+Blue) = 186+131+64=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8340 is #457CBF. Grayscale: #8C8C8C. Windows color (decimal): -4553920 or 4228026. OLE color: 4228026.
HSL color Cylindrical-coordinate representation of color #BA8340: hue angle of 32.95º 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 #BA8340 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 64 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.27 |
| HSL | 32.95º | 0.49% | 0.49% | - |
| HSV(B) | 32.95º | 0.66% | 0.73% | - |
| XYZ | 29.29 | 27.04 | 8.53 | - |
| YUV | 139.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 64 | 0 | 0.30 | 0.66 | 0.27 | 32.95 | 0.49 | 0.49 |
| Hex | BA | 83 | 40 | 0 | 1E | 42 | 1B | 21 | 31 | 31 |
| Octal | 272 | 203 | 100 | 0 | 36 | 102 | 33 | 41 | 61 | 61 |
| Binary | 10111010 | 10000011 | 1000000 | 0 | 11110 | 1000010 | 11011 | 100001 | 110001 | 110001 |
Color Harmonies of #BA8340
Complementary color
Monochromatic Colors of #BA8340
Black with #BA8340
Text Example
Text Example
White with #BA8340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8340; }
p { color: rgb(186,131,64); }
H1.HeaderClassName
{
color: #BA8340;
}
.AnyTagClassName
{
color: #BA8340;
}
</style>
background-color css
<style>
a { background-color: #BA8340; }
a { background-color: rgb(186,131,64); }
div.DivClassName
{
background-color: #BA8340;
}
.BgClassName
{
background-color: #BA8340;
}
</style>
border-color css
<style>
span { border-color: #BA8340; }
span { border-color: rgb(186,131,64); }
td.TdClassName
{
border-color: #BA8340;
}
.TagClassName
{
border-color: #BA8340;
}
</style>