Shades of Marigold #BA863D
Tints of Marigold #BA863D
RGB
CMYK
RGB Variations
Color information
#BA863D (or 0xBA863D) is known color: Marigold. HEX triplet: BA, 86 and 3D. RGB value is (186,134,61). Sum of RGB (Red+Green+Blue) = 186+134+61=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA863D is #4579C2. Grayscale: #8D8D8D. Windows color (decimal): -4553155 or 4032186. OLE color: 4032186.
HSL color Cylindrical-coordinate representation of color #BA863D: hue angle of 35.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA863D is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 61 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.27 |
| HSL | 35.04º | 0.51% | 0.48% | - |
| HSV(B) | 35.04º | 0.67% | 0.73% | - |
| XYZ | 29.62 | 27.83 | 8.22 | - |
| YUV | 141.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 61 | 0 | 0.28 | 0.67 | 0.27 | 35.04 | 0.51 | 0.48 |
| Hex | BA | 86 | 3D | 0 | 1C | 43 | 1B | 23 | 33 | 30 |
| Octal | 272 | 206 | 75 | 0 | 34 | 103 | 33 | 43 | 63 | 60 |
| Binary | 10111010 | 10000110 | 111101 | 0 | 11100 | 1000011 | 11011 | 100011 | 110011 | 110000 |
Color Harmonies of #BA863D
Complementary color
Monochromatic Colors of #BA863D
Black with #BA863D
Text Example
Text Example
White with #BA863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA863D; }
p { color: rgb(186,134,61); }
H1.HeaderClassName
{
color: #BA863D;
}
.AnyTagClassName
{
color: #BA863D;
}
</style>
background-color css
<style>
a { background-color: #BA863D; }
a { background-color: rgb(186,134,61); }
div.DivClassName
{
background-color: #BA863D;
}
.BgClassName
{
background-color: #BA863D;
}
</style>
border-color css
<style>
span { border-color: #BA863D; }
span { border-color: rgb(186,134,61); }
td.TdClassName
{
border-color: #BA863D;
}
.TagClassName
{
border-color: #BA863D;
}
</style>