Shades of Marigold #BA8A39
Tints of Marigold #BA8A39
RGB
CMYK
RGB Variations
Color information
#BA8A39 (or 0xBA8A39) is known color: Marigold. HEX triplet: BA, 8A and 39. RGB value is (186,138,57). Sum of RGB (Red+Green+Blue) = 186+138+57=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A39 is #4575C6. Grayscale: #8F8F8F. Windows color (decimal): -4552135 or 3771066. OLE color: 3771066.
HSL color Cylindrical-coordinate representation of color #BA8A39: hue angle of 37.67º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA8A39 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 57 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.27 |
| HSL | 37.67º | 0.53% | 0.48% | - |
| HSV(B) | 37.67º | 0.69% | 0.73% | - |
| XYZ | 30.08 | 28.91 | 7.87 | - |
| YUV | 143.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 57 | 0 | 0.26 | 0.69 | 0.27 | 37.67 | 0.53 | 0.48 |
| Hex | BA | 8A | 39 | 0 | 1A | 45 | 1B | 26 | 35 | 30 |
| Octal | 272 | 212 | 71 | 0 | 32 | 105 | 33 | 46 | 65 | 60 |
| Binary | 10111010 | 10001010 | 111001 | 0 | 11010 | 1000101 | 11011 | 100110 | 110101 | 110000 |
Color Harmonies of #BA8A39
Complementary color
Monochromatic Colors of #BA8A39
Black with #BA8A39
Text Example
Text Example
White with #BA8A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A39; }
p { color: rgb(186,138,57); }
H1.HeaderClassName
{
color: #BA8A39;
}
.AnyTagClassName
{
color: #BA8A39;
}
</style>
background-color css
<style>
a { background-color: #BA8A39; }
a { background-color: rgb(186,138,57); }
div.DivClassName
{
background-color: #BA8A39;
}
.BgClassName
{
background-color: #BA8A39;
}
</style>
border-color css
<style>
span { border-color: #BA8A39; }
span { border-color: rgb(186,138,57); }
td.TdClassName
{
border-color: #BA8A39;
}
.TagClassName
{
border-color: #BA8A39;
}
</style>