Shades of Marigold #BA8544
Tints of Marigold #BA8544
RGB
CMYK
RGB Variations
Color information
#BA8544 (or 0xBA8544) is known color: Marigold. HEX triplet: BA, 85 and 44. RGB value is (186,133,68). Sum of RGB (Red+Green+Blue) = 186+133+68=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8544 is #457ABB. Grayscale: #8D8D8D. Windows color (decimal): -4553404 or 4490682. OLE color: 4490682.
HSL color Cylindrical-coordinate representation of color #BA8544: hue angle of 33.05º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA8544 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 68 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.27 |
| HSL | 33.05º | 0.46% | 0.5% | - |
| HSV(B) | 33.05º | 0.63% | 0.73% | - |
| XYZ | 29.68 | 27.63 | 9.24 | - |
| YUV | 141.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 68 | 0 | 0.28 | 0.63 | 0.27 | 33.05 | 0.46 | 0.5 |
| Hex | BA | 85 | 44 | 0 | 1C | 3F | 1B | 21 | 2E | 32 |
| Octal | 272 | 205 | 104 | 0 | 34 | 77 | 33 | 41 | 56 | 62 |
| Binary | 10111010 | 10000101 | 1000100 | 0 | 11100 | 111111 | 11011 | 100001 | 101110 | 110010 |
Color Harmonies of #BA8544
Complementary color
Monochromatic Colors of #BA8544
Black with #BA8544
Text Example
Text Example
White with #BA8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8544; }
p { color: rgb(186,133,68); }
H1.HeaderClassName
{
color: #BA8544;
}
.AnyTagClassName
{
color: #BA8544;
}
</style>
background-color css
<style>
a { background-color: #BA8544; }
a { background-color: rgb(186,133,68); }
div.DivClassName
{
background-color: #BA8544;
}
.BgClassName
{
background-color: #BA8544;
}
</style>
border-color css
<style>
span { border-color: #BA8544; }
span { border-color: rgb(186,133,68); }
td.TdClassName
{
border-color: #BA8544;
}
.TagClassName
{
border-color: #BA8544;
}
</style>