Shades of Marigold #BA873D
Tints of Marigold #BA873D
RGB
CMYK
RGB Variations
Color information
#BA873D (or 0xBA873D) is known color: Marigold. HEX triplet: BA, 87 and 3D. RGB value is (186,135,61). Sum of RGB (Red+Green+Blue) = 186+135+61=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA873D is #4578C2. Grayscale: #8E8E8E. Windows color (decimal): -4552899 or 4032442. OLE color: 4032442.
HSL color Cylindrical-coordinate representation of color #BA873D: hue angle of 35.52º 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 #BA873D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 61 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.27 |
| HSL | 35.52º | 0.51% | 0.48% | - |
| HSV(B) | 35.52º | 0.67% | 0.73% | - |
| XYZ | 29.76 | 28.1 | 8.27 | - |
| YUV | 141.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 61 | 0 | 0.27 | 0.67 | 0.27 | 35.52 | 0.51 | 0.48 |
| Hex | BA | 87 | 3D | 0 | 1B | 43 | 1B | 24 | 33 | 30 |
| Octal | 272 | 207 | 75 | 0 | 33 | 103 | 33 | 44 | 63 | 60 |
| Binary | 10111010 | 10000111 | 111101 | 0 | 11011 | 1000011 | 11011 | 100100 | 110011 | 110000 |
Color Harmonies of #BA873D
Complementary color
Monochromatic Colors of #BA873D
Black with #BA873D
Text Example
Text Example
White with #BA873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA873D; }
p { color: rgb(186,135,61); }
H1.HeaderClassName
{
color: #BA873D;
}
.AnyTagClassName
{
color: #BA873D;
}
</style>
background-color css
<style>
a { background-color: #BA873D; }
a { background-color: rgb(186,135,61); }
div.DivClassName
{
background-color: #BA873D;
}
.BgClassName
{
background-color: #BA873D;
}
</style>
border-color css
<style>
span { border-color: #BA873D; }
span { border-color: rgb(186,135,61); }
td.TdClassName
{
border-color: #BA873D;
}
.TagClassName
{
border-color: #BA873D;
}
</style>