Shades of Marigold #BA8445
Tints of Marigold #BA8445
RGB
CMYK
RGB Variations
Color information
#BA8445 (or 0xBA8445) is known color: Marigold. HEX triplet: BA, 84 and 45. RGB value is (186,132,69). Sum of RGB (Red+Green+Blue) = 186+132+69=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8445 is #457BBA. Grayscale: #8D8D8D. Windows color (decimal): -4553659 or 4555962. OLE color: 4555962.
HSL color Cylindrical-coordinate representation of color #BA8445: hue angle of 32.31º 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 #BA8445 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 69 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.27 |
| HSL | 32.31º | 0.46% | 0.5% | - |
| HSV(B) | 32.31º | 0.63% | 0.73% | - |
| XYZ | 29.58 | 27.37 | 9.35 | - |
| YUV | 140.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 69 | 0 | 0.29 | 0.63 | 0.27 | 32.31 | 0.46 | 0.5 |
| Hex | BA | 84 | 45 | 0 | 1D | 3F | 1B | 20 | 2E | 32 |
| Octal | 272 | 204 | 105 | 0 | 35 | 77 | 33 | 40 | 56 | 62 |
| Binary | 10111010 | 10000100 | 1000101 | 0 | 11101 | 111111 | 11011 | 100000 | 101110 | 110010 |
Color Harmonies of #BA8445
Complementary color
Monochromatic Colors of #BA8445
Black with #BA8445
Text Example
Text Example
White with #BA8445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8445; }
p { color: rgb(186,132,69); }
H1.HeaderClassName
{
color: #BA8445;
}
.AnyTagClassName
{
color: #BA8445;
}
</style>
background-color css
<style>
a { background-color: #BA8445; }
a { background-color: rgb(186,132,69); }
div.DivClassName
{
background-color: #BA8445;
}
.BgClassName
{
background-color: #BA8445;
}
</style>
border-color css
<style>
span { border-color: #BA8445; }
span { border-color: rgb(186,132,69); }
td.TdClassName
{
border-color: #BA8445;
}
.TagClassName
{
border-color: #BA8445;
}
</style>