Shades of Marigold #BA843E
Tints of Marigold #BA843E
RGB
CMYK
RGB Variations
Color information
#BA843E (or 0xBA843E) is known color: Marigold. HEX triplet: BA, 84 and 3E. RGB value is (186,132,62). Sum of RGB (Red+Green+Blue) = 186+132+62=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA843E is #457BC1. Grayscale: #8C8C8C. Windows color (decimal): -4553666 or 4097210. OLE color: 4097210.
HSL color Cylindrical-coordinate representation of color #BA843E: hue angle of 33.87º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA843E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 62 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.27 |
| HSL | 33.87º | 0.5% | 0.49% | - |
| HSV(B) | 33.87º | 0.67% | 0.73% | - |
| XYZ | 29.37 | 27.29 | 8.28 | - |
| YUV | 140.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 62 | 0 | 0.29 | 0.67 | 0.27 | 33.87 | 0.5 | 0.49 |
| Hex | BA | 84 | 3E | 0 | 1D | 43 | 1B | 22 | 32 | 31 |
| Octal | 272 | 204 | 76 | 0 | 35 | 103 | 33 | 42 | 62 | 61 |
| Binary | 10111010 | 10000100 | 111110 | 0 | 11101 | 1000011 | 11011 | 100010 | 110010 | 110001 |
Color Harmonies of #BA843E
Complementary color
Monochromatic Colors of #BA843E
Black with #BA843E
Text Example
Text Example
White with #BA843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA843E; }
p { color: rgb(186,132,62); }
H1.HeaderClassName
{
color: #BA843E;
}
.AnyTagClassName
{
color: #BA843E;
}
</style>
background-color css
<style>
a { background-color: #BA843E; }
a { background-color: rgb(186,132,62); }
div.DivClassName
{
background-color: #BA843E;
}
.BgClassName
{
background-color: #BA843E;
}
</style>
border-color css
<style>
span { border-color: #BA843E; }
span { border-color: rgb(186,132,62); }
td.TdClassName
{
border-color: #BA843E;
}
.TagClassName
{
border-color: #BA843E;
}
</style>