Shades of Marigold #BA8F3E
Tints of Marigold #BA8F3E
RGB
CMYK
RGB Variations
Color information
#BA8F3E (or 0xBA8F3E) is known color: Marigold. HEX triplet: BA, 8F and 3E. RGB value is (186,143,62). Sum of RGB (Red+Green+Blue) = 186+143+62=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F3E is #4570C1. Grayscale: #929292. Windows color (decimal): -4550850 or 4100026. OLE color: 4100026.
HSL color Cylindrical-coordinate representation of color #BA8F3E: hue angle of 39.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA8F3E is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 62 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.27 |
| HSL | 39.19º | 0.5% | 0.49% | - |
| HSV(B) | 39.19º | 0.67% | 0.73% | - |
| XYZ | 30.94 | 30.43 | 8.8 | - |
| YUV | 146.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 62 | 0 | 0.23 | 0.67 | 0.27 | 39.19 | 0.5 | 0.49 |
| Hex | BA | 8F | 3E | 0 | 17 | 43 | 1B | 27 | 32 | 31 |
| Octal | 272 | 217 | 76 | 0 | 27 | 103 | 33 | 47 | 62 | 61 |
| Binary | 10111010 | 10001111 | 111110 | 0 | 10111 | 1000011 | 11011 | 100111 | 110010 | 110001 |
Color Harmonies of #BA8F3E
Complementary color
Monochromatic Colors of #BA8F3E
Black with #BA8F3E
Text Example
Text Example
White with #BA8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F3E; }
p { color: rgb(186,143,62); }
H1.HeaderClassName
{
color: #BA8F3E;
}
.AnyTagClassName
{
color: #BA8F3E;
}
</style>
background-color css
<style>
a { background-color: #BA8F3E; }
a { background-color: rgb(186,143,62); }
div.DivClassName
{
background-color: #BA8F3E;
}
.BgClassName
{
background-color: #BA8F3E;
}
</style>
border-color css
<style>
span { border-color: #BA8F3E; }
span { border-color: rgb(186,143,62); }
td.TdClassName
{
border-color: #BA8F3E;
}
.TagClassName
{
border-color: #BA8F3E;
}
</style>