Shades of Marigold #BA8C3E
Tints of Marigold #BA8C3E
RGB
CMYK
RGB Variations
Color information
#BA8C3E (or 0xBA8C3E) is known color: Marigold. HEX triplet: BA, 8C and 3E. RGB value is (186,140,62). Sum of RGB (Red+Green+Blue) = 186+140+62=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C3E is #4573C1. Grayscale: #919191. Windows color (decimal): -4551618 or 4099258. OLE color: 4099258.
HSL color Cylindrical-coordinate representation of color #BA8C3E: hue angle of 37.74º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA8C3E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 62 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.27 |
| HSL | 37.74º | 0.5% | 0.49% | - |
| HSV(B) | 37.74º | 0.67% | 0.73% | - |
| XYZ | 30.5 | 29.54 | 8.65 | - |
| YUV | 144.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 62 | 0 | 0.25 | 0.67 | 0.27 | 37.74 | 0.5 | 0.49 |
| Hex | BA | 8C | 3E | 0 | 19 | 43 | 1B | 26 | 32 | 31 |
| Octal | 272 | 214 | 76 | 0 | 31 | 103 | 33 | 46 | 62 | 61 |
| Binary | 10111010 | 10001100 | 111110 | 0 | 11001 | 1000011 | 11011 | 100110 | 110010 | 110001 |
Color Harmonies of #BA8C3E
Complementary color
Monochromatic Colors of #BA8C3E
Black with #BA8C3E
Text Example
Text Example
White with #BA8C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C3E; }
p { color: rgb(186,140,62); }
H1.HeaderClassName
{
color: #BA8C3E;
}
.AnyTagClassName
{
color: #BA8C3E;
}
</style>
background-color css
<style>
a { background-color: #BA8C3E; }
a { background-color: rgb(186,140,62); }
div.DivClassName
{
background-color: #BA8C3E;
}
.BgClassName
{
background-color: #BA8C3E;
}
</style>
border-color css
<style>
span { border-color: #BA8C3E; }
span { border-color: rgb(186,140,62); }
td.TdClassName
{
border-color: #BA8C3E;
}
.TagClassName
{
border-color: #BA8C3E;
}
</style>