Shades of Marigold #BA8D43
Tints of Marigold #BA8D43
RGB
CMYK
RGB Variations
Color information
#BA8D43 (or 0xBA8D43) is known color: Marigold. HEX triplet: BA, 8D and 43. RGB value is (186,141,67). Sum of RGB (Red+Green+Blue) = 186+141+67=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D43 is #4572BC. Grayscale: #929292. Windows color (decimal): -4551357 or 4427194. OLE color: 4427194.
HSL color Cylindrical-coordinate representation of color #BA8D43: hue angle of 37.31º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA8D43 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 67 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.27 |
| HSL | 37.31º | 0.47% | 0.5% | - |
| HSV(B) | 37.31º | 0.64% | 0.73% | - |
| XYZ | 30.79 | 29.89 | 9.46 | - |
| YUV | 146.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 67 | 0 | 0.24 | 0.64 | 0.27 | 37.31 | 0.47 | 0.5 |
| Hex | BA | 8D | 43 | 0 | 18 | 40 | 1B | 25 | 2F | 32 |
| Octal | 272 | 215 | 103 | 0 | 30 | 100 | 33 | 45 | 57 | 62 |
| Binary | 10111010 | 10001101 | 1000011 | 0 | 11000 | 1000000 | 11011 | 100101 | 101111 | 110010 |
Color Harmonies of #BA8D43
Complementary color
Monochromatic Colors of #BA8D43
Black with #BA8D43
Text Example
Text Example
White with #BA8D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D43; }
p { color: rgb(186,141,67); }
H1.HeaderClassName
{
color: #BA8D43;
}
.AnyTagClassName
{
color: #BA8D43;
}
</style>
background-color css
<style>
a { background-color: #BA8D43; }
a { background-color: rgb(186,141,67); }
div.DivClassName
{
background-color: #BA8D43;
}
.BgClassName
{
background-color: #BA8D43;
}
</style>
border-color css
<style>
span { border-color: #BA8D43; }
span { border-color: rgb(186,141,67); }
td.TdClassName
{
border-color: #BA8D43;
}
.TagClassName
{
border-color: #BA8D43;
}
</style>