Shades of Marigold #BA843C
Tints of Marigold #BA843C
RGB
CMYK
RGB Variations
Color information
#BA843C (or 0xBA843C) is known color: Marigold. HEX triplet: BA, 84 and 3C. RGB value is (186,132,60). Sum of RGB (Red+Green+Blue) = 186+132+60=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA843C is #457BC3. Grayscale: #8C8C8C. Windows color (decimal): -4553668 or 3966138. OLE color: 3966138.
HSL color Cylindrical-coordinate representation of color #BA843C: hue angle of 34.29º degrees, saturation: 0.51, 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 #BA843C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 60 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.27 |
| HSL | 34.29º | 0.51% | 0.48% | - |
| HSV(B) | 34.29º | 0.68% | 0.73% | - |
| XYZ | 29.32 | 27.27 | 7.99 | - |
| YUV | 139.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 60 | 0 | 0.29 | 0.68 | 0.27 | 34.29 | 0.51 | 0.48 |
| Hex | BA | 84 | 3C | 0 | 1D | 44 | 1B | 22 | 33 | 30 |
| Octal | 272 | 204 | 74 | 0 | 35 | 104 | 33 | 42 | 63 | 60 |
| Binary | 10111010 | 10000100 | 111100 | 0 | 11101 | 1000100 | 11011 | 100010 | 110011 | 110000 |
Color Harmonies of #BA843C
Complementary color
Monochromatic Colors of #BA843C
Black with #BA843C
Text Example
Text Example
White with #BA843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA843C; }
p { color: rgb(186,132,60); }
H1.HeaderClassName
{
color: #BA843C;
}
.AnyTagClassName
{
color: #BA843C;
}
</style>
background-color css
<style>
a { background-color: #BA843C; }
a { background-color: rgb(186,132,60); }
div.DivClassName
{
background-color: #BA843C;
}
.BgClassName
{
background-color: #BA843C;
}
</style>
border-color css
<style>
span { border-color: #BA843C; }
span { border-color: rgb(186,132,60); }
td.TdClassName
{
border-color: #BA843C;
}
.TagClassName
{
border-color: #BA843C;
}
</style>