Shades of Marigold #BA8B3C
Tints of Marigold #BA8B3C
RGB
CMYK
RGB Variations
Color information
#BA8B3C (or 0xBA8B3C) is known color: Marigold. HEX triplet: BA, 8B and 3C. RGB value is (186,139,60). Sum of RGB (Red+Green+Blue) = 186+139+60=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B3C is #4574C3. Grayscale: #909090. Windows color (decimal): -4551876 or 3967930. OLE color: 3967930.
HSL color Cylindrical-coordinate representation of color #BA8B3C: hue angle of 37.62º degrees, saturation: 0.51, 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 #BA8B3C is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 60 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.27 |
| HSL | 37.62º | 0.51% | 0.48% | - |
| HSV(B) | 37.62º | 0.68% | 0.73% | - |
| XYZ | 30.3 | 29.23 | 8.32 | - |
| YUV | 144.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 60 | 0 | 0.25 | 0.68 | 0.27 | 37.62 | 0.51 | 0.48 |
| Hex | BA | 8B | 3C | 0 | 19 | 44 | 1B | 26 | 33 | 30 |
| Octal | 272 | 213 | 74 | 0 | 31 | 104 | 33 | 46 | 63 | 60 |
| Binary | 10111010 | 10001011 | 111100 | 0 | 11001 | 1000100 | 11011 | 100110 | 110011 | 110000 |
Color Harmonies of #BA8B3C
Complementary color
Monochromatic Colors of #BA8B3C
Black with #BA8B3C
Text Example
Text Example
White with #BA8B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B3C; }
p { color: rgb(186,139,60); }
H1.HeaderClassName
{
color: #BA8B3C;
}
.AnyTagClassName
{
color: #BA8B3C;
}
</style>
background-color css
<style>
a { background-color: #BA8B3C; }
a { background-color: rgb(186,139,60); }
div.DivClassName
{
background-color: #BA8B3C;
}
.BgClassName
{
background-color: #BA8B3C;
}
</style>
border-color css
<style>
span { border-color: #BA8B3C; }
span { border-color: rgb(186,139,60); }
td.TdClassName
{
border-color: #BA8B3C;
}
.TagClassName
{
border-color: #BA8B3C;
}
</style>