Shades of Marigold #BA843B
Tints of Marigold #BA843B
RGB
CMYK
RGB Variations
Color information
#BA843B (or 0xBA843B) is known color: Marigold. HEX triplet: BA, 84 and 3B. RGB value is (186,132,59). Sum of RGB (Red+Green+Blue) = 186+132+59=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA843B is #457BC4. Grayscale: #8C8C8C. Windows color (decimal): -4553669 or 3900602. OLE color: 3900602.
HSL color Cylindrical-coordinate representation of color #BA843B: hue angle of 34.49º degrees, saturation: 0.52, 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 #BA843B is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 59 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.27 |
| HSL | 34.49º | 0.52% | 0.48% | - |
| HSV(B) | 34.49º | 0.68% | 0.73% | - |
| XYZ | 29.29 | 27.26 | 7.86 | - |
| YUV | 139.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 59 | 0 | 0.29 | 0.68 | 0.27 | 34.49 | 0.52 | 0.48 |
| Hex | BA | 84 | 3B | 0 | 1D | 44 | 1B | 22 | 34 | 30 |
| Octal | 272 | 204 | 73 | 0 | 35 | 104 | 33 | 42 | 64 | 60 |
| Binary | 10111010 | 10000100 | 111011 | 0 | 11101 | 1000100 | 11011 | 100010 | 110100 | 110000 |
Color Harmonies of #BA843B
Complementary color
Monochromatic Colors of #BA843B
Black with #BA843B
Text Example
Text Example
White with #BA843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA843B; }
p { color: rgb(186,132,59); }
H1.HeaderClassName
{
color: #BA843B;
}
.AnyTagClassName
{
color: #BA843B;
}
</style>
background-color css
<style>
a { background-color: #BA843B; }
a { background-color: rgb(186,132,59); }
div.DivClassName
{
background-color: #BA843B;
}
.BgClassName
{
background-color: #BA843B;
}
</style>
border-color css
<style>
span { border-color: #BA843B; }
span { border-color: rgb(186,132,59); }
td.TdClassName
{
border-color: #BA843B;
}
.TagClassName
{
border-color: #BA843B;
}
</style>