Shades of Marigold #BA8C39
Tints of Marigold #BA8C39
RGB
CMYK
RGB Variations
Color information
#BA8C39 (or 0xBA8C39) is known color: Marigold. HEX triplet: BA, 8C and 39. RGB value is (186,140,57). Sum of RGB (Red+Green+Blue) = 186+140+57=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C39 is #4573C6. Grayscale: #909090. Windows color (decimal): -4551623 or 3771578. OLE color: 3771578.
HSL color Cylindrical-coordinate representation of color #BA8C39: hue angle of 38.6º 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 #BA8C39 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 57 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.27 |
| HSL | 38.6º | 0.53% | 0.48% | - |
| HSV(B) | 38.6º | 0.69% | 0.73% | - |
| XYZ | 30.37 | 29.49 | 7.96 | - |
| YUV | 144.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 57 | 0 | 0.25 | 0.69 | 0.27 | 38.6 | 0.53 | 0.48 |
| Hex | BA | 8C | 39 | 0 | 19 | 45 | 1B | 27 | 35 | 30 |
| Octal | 272 | 214 | 71 | 0 | 31 | 105 | 33 | 47 | 65 | 60 |
| Binary | 10111010 | 10001100 | 111001 | 0 | 11001 | 1000101 | 11011 | 100111 | 110101 | 110000 |
Color Harmonies of #BA8C39
Complementary color
Monochromatic Colors of #BA8C39
Black with #BA8C39
Text Example
Text Example
White with #BA8C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C39; }
p { color: rgb(186,140,57); }
H1.HeaderClassName
{
color: #BA8C39;
}
.AnyTagClassName
{
color: #BA8C39;
}
</style>
background-color css
<style>
a { background-color: #BA8C39; }
a { background-color: rgb(186,140,57); }
div.DivClassName
{
background-color: #BA8C39;
}
.BgClassName
{
background-color: #BA8C39;
}
</style>
border-color css
<style>
span { border-color: #BA8C39; }
span { border-color: rgb(186,140,57); }
td.TdClassName
{
border-color: #BA8C39;
}
.TagClassName
{
border-color: #BA8C39;
}
</style>