Shades of Marigold #BA8A3B
Tints of Marigold #BA8A3B
RGB
CMYK
RGB Variations
Color information
#BA8A3B (or 0xBA8A3B) is known color: Marigold. HEX triplet: BA, 8A and 3B. RGB value is (186,138,59). Sum of RGB (Red+Green+Blue) = 186+138+59=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A3B is #4575C4. Grayscale: #8F8F8F. Windows color (decimal): -4552133 or 3902138. OLE color: 3902138.
HSL color Cylindrical-coordinate representation of color #BA8A3B: hue angle of 37.32º 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 #BA8A3B is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 59 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.27 |
| HSL | 37.32º | 0.52% | 0.48% | - |
| HSV(B) | 37.32º | 0.68% | 0.73% | - |
| XYZ | 30.13 | 28.93 | 8.13 | - |
| YUV | 143.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 59 | 0 | 0.26 | 0.68 | 0.27 | 37.32 | 0.52 | 0.48 |
| Hex | BA | 8A | 3B | 0 | 1A | 44 | 1B | 25 | 34 | 30 |
| Octal | 272 | 212 | 73 | 0 | 32 | 104 | 33 | 45 | 64 | 60 |
| Binary | 10111010 | 10001010 | 111011 | 0 | 11010 | 1000100 | 11011 | 100101 | 110100 | 110000 |
Color Harmonies of #BA8A3B
Complementary color
Monochromatic Colors of #BA8A3B
Black with #BA8A3B
Text Example
Text Example
White with #BA8A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A3B; }
p { color: rgb(186,138,59); }
H1.HeaderClassName
{
color: #BA8A3B;
}
.AnyTagClassName
{
color: #BA8A3B;
}
</style>
background-color css
<style>
a { background-color: #BA8A3B; }
a { background-color: rgb(186,138,59); }
div.DivClassName
{
background-color: #BA8A3B;
}
.BgClassName
{
background-color: #BA8A3B;
}
</style>
border-color css
<style>
span { border-color: #BA8A3B; }
span { border-color: rgb(186,138,59); }
td.TdClassName
{
border-color: #BA8A3B;
}
.TagClassName
{
border-color: #BA8A3B;
}
</style>