Shades of Marigold #BA853B
Tints of Marigold #BA853B
RGB
CMYK
RGB Variations
Color information
#BA853B (or 0xBA853B) is known color: Marigold. HEX triplet: BA, 85 and 3B. RGB value is (186,133,59). Sum of RGB (Red+Green+Blue) = 186+133+59=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA853B is #457AC4. Grayscale: #8C8C8C. Windows color (decimal): -4553413 or 3900858. OLE color: 3900858.
HSL color Cylindrical-coordinate representation of color #BA853B: hue angle of 34.96º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA853B is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 59 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.27 |
| HSL | 34.96º | 0.52% | 0.48% | - |
| HSV(B) | 34.96º | 0.68% | 0.73% | - |
| XYZ | 29.43 | 27.53 | 7.9 | - |
| YUV | 140.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 59 | 0 | 0.28 | 0.68 | 0.27 | 34.96 | 0.52 | 0.48 |
| Hex | BA | 85 | 3B | 0 | 1C | 44 | 1B | 23 | 34 | 30 |
| Octal | 272 | 205 | 73 | 0 | 34 | 104 | 33 | 43 | 64 | 60 |
| Binary | 10111010 | 10000101 | 111011 | 0 | 11100 | 1000100 | 11011 | 100011 | 110100 | 110000 |
Color Harmonies of #BA853B
Complementary color
Monochromatic Colors of #BA853B
Black with #BA853B
Text Example
Text Example
White with #BA853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA853B; }
p { color: rgb(186,133,59); }
H1.HeaderClassName
{
color: #BA853B;
}
.AnyTagClassName
{
color: #BA853B;
}
</style>
background-color css
<style>
a { background-color: #BA853B; }
a { background-color: rgb(186,133,59); }
div.DivClassName
{
background-color: #BA853B;
}
.BgClassName
{
background-color: #BA853B;
}
</style>
border-color css
<style>
span { border-color: #BA853B; }
span { border-color: rgb(186,133,59); }
td.TdClassName
{
border-color: #BA853B;
}
.TagClassName
{
border-color: #BA853B;
}
</style>