Shades of Marigold #BA873F
Tints of Marigold #BA873F
RGB
CMYK
RGB Variations
Color information
#BA873F (or 0xBA873F) is known color: Marigold. HEX triplet: BA, 87 and 3F. RGB value is (186,135,63). Sum of RGB (Red+Green+Blue) = 186+135+63=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA873F is #4578C0. Grayscale: #8E8E8E. Windows color (decimal): -4552897 or 4163514. OLE color: 4163514.
HSL color Cylindrical-coordinate representation of color #BA873F: hue angle of 35.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA873F is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 63 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.27 |
| HSL | 35.12º | 0.49% | 0.49% | - |
| HSV(B) | 35.12º | 0.66% | 0.73% | - |
| XYZ | 29.81 | 28.13 | 8.56 | - |
| YUV | 142.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 63 | 0 | 0.27 | 0.66 | 0.27 | 35.12 | 0.49 | 0.49 |
| Hex | BA | 87 | 3F | 0 | 1B | 42 | 1B | 23 | 31 | 31 |
| Octal | 272 | 207 | 77 | 0 | 33 | 102 | 33 | 43 | 61 | 61 |
| Binary | 10111010 | 10000111 | 111111 | 0 | 11011 | 1000010 | 11011 | 100011 | 110001 | 110001 |
Color Harmonies of #BA873F
Complementary color
Monochromatic Colors of #BA873F
Black with #BA873F
Text Example
Text Example
White with #BA873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA873F; }
p { color: rgb(186,135,63); }
H1.HeaderClassName
{
color: #BA873F;
}
.AnyTagClassName
{
color: #BA873F;
}
</style>
background-color css
<style>
a { background-color: #BA873F; }
a { background-color: rgb(186,135,63); }
div.DivClassName
{
background-color: #BA873F;
}
.BgClassName
{
background-color: #BA873F;
}
</style>
border-color css
<style>
span { border-color: #BA873F; }
span { border-color: rgb(186,135,63); }
td.TdClassName
{
border-color: #BA873F;
}
.TagClassName
{
border-color: #BA873F;
}
</style>