Shades of Marigold #BA8D3E
Tints of Marigold #BA8D3E
RGB
CMYK
RGB Variations
Color information
#BA8D3E (or 0xBA8D3E) is known color: Marigold. HEX triplet: BA, 8D and 3E. RGB value is (186,141,62). Sum of RGB (Red+Green+Blue) = 186+141+62=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D3E is #4572C1. Grayscale: #919191. Windows color (decimal): -4551362 or 4099514. OLE color: 4099514.
HSL color Cylindrical-coordinate representation of color #BA8D3E: hue angle of 38.23º 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 #BA8D3E is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 62 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.27 |
| HSL | 38.23º | 0.5% | 0.49% | - |
| HSV(B) | 38.23º | 0.67% | 0.73% | - |
| XYZ | 30.64 | 29.84 | 8.7 | - |
| YUV | 145.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 62 | 0 | 0.24 | 0.67 | 0.27 | 38.23 | 0.5 | 0.49 |
| Hex | BA | 8D | 3E | 0 | 18 | 43 | 1B | 26 | 32 | 31 |
| Octal | 272 | 215 | 76 | 0 | 30 | 103 | 33 | 46 | 62 | 61 |
| Binary | 10111010 | 10001101 | 111110 | 0 | 11000 | 1000011 | 11011 | 100110 | 110010 | 110001 |
Color Harmonies of #BA8D3E
Complementary color
Monochromatic Colors of #BA8D3E
Black with #BA8D3E
Text Example
Text Example
White with #BA8D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D3E; }
p { color: rgb(186,141,62); }
H1.HeaderClassName
{
color: #BA8D3E;
}
.AnyTagClassName
{
color: #BA8D3E;
}
</style>
background-color css
<style>
a { background-color: #BA8D3E; }
a { background-color: rgb(186,141,62); }
div.DivClassName
{
background-color: #BA8D3E;
}
.BgClassName
{
background-color: #BA8D3E;
}
</style>
border-color css
<style>
span { border-color: #BA8D3E; }
span { border-color: rgb(186,141,62); }
td.TdClassName
{
border-color: #BA8D3E;
}
.TagClassName
{
border-color: #BA8D3E;
}
</style>