Shades of Marigold #BA863E
Tints of Marigold #BA863E
RGB
CMYK
RGB Variations
Color information
#BA863E (or 0xBA863E) is known color: Marigold. HEX triplet: BA, 86 and 3E. RGB value is (186,134,62). Sum of RGB (Red+Green+Blue) = 186+134+62=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA863E is #4579C1. Grayscale: #8D8D8D. Windows color (decimal): -4553154 or 4097722. OLE color: 4097722.
HSL color Cylindrical-coordinate representation of color #BA863E: hue angle of 34.84º 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 #BA863E is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 62 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.27 |
| HSL | 34.84º | 0.5% | 0.49% | - |
| HSV(B) | 34.84º | 0.67% | 0.73% | - |
| XYZ | 29.64 | 27.84 | 8.37 | - |
| YUV | 141.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 62 | 0 | 0.28 | 0.67 | 0.27 | 34.84 | 0.5 | 0.49 |
| Hex | BA | 86 | 3E | 0 | 1C | 43 | 1B | 23 | 32 | 31 |
| Octal | 272 | 206 | 76 | 0 | 34 | 103 | 33 | 43 | 62 | 61 |
| Binary | 10111010 | 10000110 | 111110 | 0 | 11100 | 1000011 | 11011 | 100011 | 110010 | 110001 |
Color Harmonies of #BA863E
Complementary color
Monochromatic Colors of #BA863E
Black with #BA863E
Text Example
Text Example
White with #BA863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA863E; }
p { color: rgb(186,134,62); }
H1.HeaderClassName
{
color: #BA863E;
}
.AnyTagClassName
{
color: #BA863E;
}
</style>
background-color css
<style>
a { background-color: #BA863E; }
a { background-color: rgb(186,134,62); }
div.DivClassName
{
background-color: #BA863E;
}
.BgClassName
{
background-color: #BA863E;
}
</style>
border-color css
<style>
span { border-color: #BA863E; }
span { border-color: rgb(186,134,62); }
td.TdClassName
{
border-color: #BA863E;
}
.TagClassName
{
border-color: #BA863E;
}
</style>