Shades of Marigold #BA8443
Tints of Marigold #BA8443
RGB
CMYK
RGB Variations
Color information
#BA8443 (or 0xBA8443) is known color: Marigold. HEX triplet: BA, 84 and 43. RGB value is (186,132,67). Sum of RGB (Red+Green+Blue) = 186+132+67=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8443 is #457BBC. Grayscale: #8D8D8D. Windows color (decimal): -4553661 or 4424890. OLE color: 4424890.
HSL color Cylindrical-coordinate representation of color #BA8443: hue angle of 32.77º 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 #BA8443 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 67 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.27 |
| HSL | 32.77º | 0.47% | 0.5% | - |
| HSV(B) | 32.77º | 0.64% | 0.73% | - |
| XYZ | 29.51 | 27.35 | 9.03 | - |
| YUV | 140.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 67 | 0 | 0.29 | 0.64 | 0.27 | 32.77 | 0.47 | 0.5 |
| Hex | BA | 84 | 43 | 0 | 1D | 40 | 1B | 21 | 2F | 32 |
| Octal | 272 | 204 | 103 | 0 | 35 | 100 | 33 | 41 | 57 | 62 |
| Binary | 10111010 | 10000100 | 1000011 | 0 | 11101 | 1000000 | 11011 | 100001 | 101111 | 110010 |
Color Harmonies of #BA8443
Complementary color
Monochromatic Colors of #BA8443
Black with #BA8443
Text Example
Text Example
White with #BA8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8443; }
p { color: rgb(186,132,67); }
H1.HeaderClassName
{
color: #BA8443;
}
.AnyTagClassName
{
color: #BA8443;
}
</style>
background-color css
<style>
a { background-color: #BA8443; }
a { background-color: rgb(186,132,67); }
div.DivClassName
{
background-color: #BA8443;
}
.BgClassName
{
background-color: #BA8443;
}
</style>
border-color css
<style>
span { border-color: #BA8443; }
span { border-color: rgb(186,132,67); }
td.TdClassName
{
border-color: #BA8443;
}
.TagClassName
{
border-color: #BA8443;
}
</style>