Shades of Marigold #BA8D3C
Tints of Marigold #BA8D3C
RGB
CMYK
RGB Variations
Color information
#BA8D3C (or 0xBA8D3C) is known color: Marigold. HEX triplet: BA, 8D and 3C. RGB value is (186,141,60). Sum of RGB (Red+Green+Blue) = 186+141+60=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D3C is #4572C3. Grayscale: #919191. Windows color (decimal): -4551364 or 3968442. OLE color: 3968442.
HSL color Cylindrical-coordinate representation of color #BA8D3C: hue angle of 38.57º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA8D3C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 60 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.27 |
| HSL | 38.57º | 0.51% | 0.48% | - |
| HSV(B) | 38.57º | 0.68% | 0.73% | - |
| XYZ | 30.59 | 29.82 | 8.42 | - |
| YUV | 145.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 60 | 0 | 0.24 | 0.68 | 0.27 | 38.57 | 0.51 | 0.48 |
| Hex | BA | 8D | 3C | 0 | 18 | 44 | 1B | 27 | 33 | 30 |
| Octal | 272 | 215 | 74 | 0 | 30 | 104 | 33 | 47 | 63 | 60 |
| Binary | 10111010 | 10001101 | 111100 | 0 | 11000 | 1000100 | 11011 | 100111 | 110011 | 110000 |
Color Harmonies of #BA8D3C
Complementary color
Monochromatic Colors of #BA8D3C
Black with #BA8D3C
Text Example
Text Example
White with #BA8D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D3C; }
p { color: rgb(186,141,60); }
H1.HeaderClassName
{
color: #BA8D3C;
}
.AnyTagClassName
{
color: #BA8D3C;
}
</style>
background-color css
<style>
a { background-color: #BA8D3C; }
a { background-color: rgb(186,141,60); }
div.DivClassName
{
background-color: #BA8D3C;
}
.BgClassName
{
background-color: #BA8D3C;
}
</style>
border-color css
<style>
span { border-color: #BA8D3C; }
span { border-color: rgb(186,141,60); }
td.TdClassName
{
border-color: #BA8D3C;
}
.TagClassName
{
border-color: #BA8D3C;
}
</style>