Shades of Marigold #BA893E
Tints of Marigold #BA893E
RGB
CMYK
RGB Variations
Color information
#BA893E (or 0xBA893E) is known color: Marigold. HEX triplet: BA, 89 and 3E. RGB value is (186,137,62). Sum of RGB (Red+Green+Blue) = 186+137+62=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA893E is #4576C1. Grayscale: #8F8F8F. Windows color (decimal): -4552386 or 4098490. OLE color: 4098490.
HSL color Cylindrical-coordinate representation of color #BA893E: hue angle of 36.29º 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 #BA893E is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 62 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.27 |
| HSL | 36.29º | 0.5% | 0.49% | - |
| HSV(B) | 36.29º | 0.67% | 0.73% | - |
| XYZ | 30.06 | 28.68 | 8.51 | - |
| YUV | 143.1 | 82.23 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 62 | 0 | 0.26 | 0.67 | 0.27 | 36.29 | 0.5 | 0.49 |
| Hex | BA | 89 | 3E | 0 | 1A | 43 | 1B | 24 | 32 | 31 |
| Octal | 272 | 211 | 76 | 0 | 32 | 103 | 33 | 44 | 62 | 61 |
| Binary | 10111010 | 10001001 | 111110 | 0 | 11010 | 1000011 | 11011 | 100100 | 110010 | 110001 |
Color Harmonies of #BA893E
Complementary color
Monochromatic Colors of #BA893E
Black with #BA893E
Text Example
Text Example
White with #BA893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA893E; }
p { color: rgb(186,137,62); }
H1.HeaderClassName
{
color: #BA893E;
}
.AnyTagClassName
{
color: #BA893E;
}
</style>
background-color css
<style>
a { background-color: #BA893E; }
a { background-color: rgb(186,137,62); }
div.DivClassName
{
background-color: #BA893E;
}
.BgClassName
{
background-color: #BA893E;
}
</style>
border-color css
<style>
span { border-color: #BA893E; }
span { border-color: rgb(186,137,62); }
td.TdClassName
{
border-color: #BA893E;
}
.TagClassName
{
border-color: #BA893E;
}
</style>