Shades of Marigold #BA8C3F
Tints of Marigold #BA8C3F
RGB
CMYK
RGB Variations
Color information
#BA8C3F (or 0xBA8C3F) is known color: Marigold. HEX triplet: BA, 8C and 3F. RGB value is (186,140,63). Sum of RGB (Red+Green+Blue) = 186+140+63=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C3F is #4573C0. Grayscale: #919191. Windows color (decimal): -4551617 or 4164794. OLE color: 4164794.
HSL color Cylindrical-coordinate representation of color #BA8C3F: hue angle of 37.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA8C3F is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 63 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.27 |
| HSL | 37.56º | 0.49% | 0.49% | - |
| HSV(B) | 37.56º | 0.66% | 0.73% | - |
| XYZ | 30.52 | 29.55 | 8.8 | - |
| YUV | 144.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 63 | 0 | 0.25 | 0.66 | 0.27 | 37.56 | 0.49 | 0.49 |
| Hex | BA | 8C | 3F | 0 | 19 | 42 | 1B | 26 | 31 | 31 |
| Octal | 272 | 214 | 77 | 0 | 31 | 102 | 33 | 46 | 61 | 61 |
| Binary | 10111010 | 10001100 | 111111 | 0 | 11001 | 1000010 | 11011 | 100110 | 110001 | 110001 |
Color Harmonies of #BA8C3F
Complementary color
Monochromatic Colors of #BA8C3F
Black with #BA8C3F
Text Example
Text Example
White with #BA8C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C3F; }
p { color: rgb(186,140,63); }
H1.HeaderClassName
{
color: #BA8C3F;
}
.AnyTagClassName
{
color: #BA8C3F;
}
</style>
background-color css
<style>
a { background-color: #BA8C3F; }
a { background-color: rgb(186,140,63); }
div.DivClassName
{
background-color: #BA8C3F;
}
.BgClassName
{
background-color: #BA8C3F;
}
</style>
border-color css
<style>
span { border-color: #BA8C3F; }
span { border-color: rgb(186,140,63); }
td.TdClassName
{
border-color: #BA8C3F;
}
.TagClassName
{
border-color: #BA8C3F;
}
</style>