Shades of Marigold #BA883A
Tints of Marigold #BA883A
RGB
CMYK
RGB Variations
Color information
#BA883A (or 0xBA883A) is known color: Marigold. HEX triplet: BA, 88 and 3A. RGB value is (186,136,58). Sum of RGB (Red+Green+Blue) = 186+136+58=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA883A is #4577C5. Grayscale: #8E8E8E. Windows color (decimal): -4552646 or 3836090. OLE color: 3836090.
HSL color Cylindrical-coordinate representation of color #BA883A: hue angle of 36.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA883A is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 58 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.27 |
| HSL | 36.56º | 0.52% | 0.48% | - |
| HSV(B) | 36.56º | 0.69% | 0.73% | - |
| XYZ | 29.82 | 28.35 | 7.9 | - |
| YUV | 142.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 58 | 0 | 0.27 | 0.69 | 0.27 | 36.56 | 0.52 | 0.48 |
| Hex | BA | 88 | 3A | 0 | 1B | 45 | 1B | 25 | 34 | 30 |
| Octal | 272 | 210 | 72 | 0 | 33 | 105 | 33 | 45 | 64 | 60 |
| Binary | 10111010 | 10001000 | 111010 | 0 | 11011 | 1000101 | 11011 | 100101 | 110100 | 110000 |
Color Harmonies of #BA883A
Complementary color
Monochromatic Colors of #BA883A
Black with #BA883A
Text Example
Text Example
White with #BA883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA883A; }
p { color: rgb(186,136,58); }
H1.HeaderClassName
{
color: #BA883A;
}
.AnyTagClassName
{
color: #BA883A;
}
</style>
background-color css
<style>
a { background-color: #BA883A; }
a { background-color: rgb(186,136,58); }
div.DivClassName
{
background-color: #BA883A;
}
.BgClassName
{
background-color: #BA883A;
}
</style>
border-color css
<style>
span { border-color: #BA883A; }
span { border-color: rgb(186,136,58); }
td.TdClassName
{
border-color: #BA883A;
}
.TagClassName
{
border-color: #BA883A;
}
</style>