Shades of Marigold #BA8543
Tints of Marigold #BA8543
RGB
CMYK
RGB Variations
Color information
#BA8543 (or 0xBA8543) is known color: Marigold. HEX triplet: BA, 85 and 43. RGB value is (186,133,67). Sum of RGB (Red+Green+Blue) = 186+133+67=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8543 is #457ABC. Grayscale: #8D8D8D. Windows color (decimal): -4553405 or 4425146. OLE color: 4425146.
HSL color Cylindrical-coordinate representation of color #BA8543: hue angle of 33.28º 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 #BA8543 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 67 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.27 |
| HSL | 33.28º | 0.47% | 0.5% | - |
| HSV(B) | 33.28º | 0.64% | 0.73% | - |
| XYZ | 29.65 | 27.62 | 9.08 | - |
| YUV | 141.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 67 | 0 | 0.28 | 0.64 | 0.27 | 33.28 | 0.47 | 0.5 |
| Hex | BA | 85 | 43 | 0 | 1C | 40 | 1B | 21 | 2F | 32 |
| Octal | 272 | 205 | 103 | 0 | 34 | 100 | 33 | 41 | 57 | 62 |
| Binary | 10111010 | 10000101 | 1000011 | 0 | 11100 | 1000000 | 11011 | 100001 | 101111 | 110010 |
Color Harmonies of #BA8543
Complementary color
Monochromatic Colors of #BA8543
Black with #BA8543
Text Example
Text Example
White with #BA8543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8543; }
p { color: rgb(186,133,67); }
H1.HeaderClassName
{
color: #BA8543;
}
.AnyTagClassName
{
color: #BA8543;
}
</style>
background-color css
<style>
a { background-color: #BA8543; }
a { background-color: rgb(186,133,67); }
div.DivClassName
{
background-color: #BA8543;
}
.BgClassName
{
background-color: #BA8543;
}
</style>
border-color css
<style>
span { border-color: #BA8543; }
span { border-color: rgb(186,133,67); }
td.TdClassName
{
border-color: #BA8543;
}
.TagClassName
{
border-color: #BA8543;
}
</style>