Shades of Marigold #BA9043
Tints of Marigold #BA9043
RGB
CMYK
RGB Variations
Color information
#BA9043 (or 0xBA9043) is known color: Marigold. HEX triplet: BA, 90 and 43. RGB value is (186,144,67). Sum of RGB (Red+Green+Blue) = 186+144+67=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9043 is #456FBC. Grayscale: #949494. Windows color (decimal): -4550589 or 4427962. OLE color: 4427962.
HSL color Cylindrical-coordinate representation of color #BA9043: hue angle of 38.82º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA9043 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 67 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.27 |
| HSL | 38.82º | 0.47% | 0.5% | - |
| HSV(B) | 38.82º | 0.64% | 0.73% | - |
| XYZ | 31.24 | 30.79 | 9.61 | - |
| YUV | 147.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 67 | 0 | 0.23 | 0.64 | 0.27 | 38.82 | 0.47 | 0.5 |
| Hex | BA | 90 | 43 | 0 | 17 | 40 | 1B | 27 | 2F | 32 |
| Octal | 272 | 220 | 103 | 0 | 27 | 100 | 33 | 47 | 57 | 62 |
| Binary | 10111010 | 10010000 | 1000011 | 0 | 10111 | 1000000 | 11011 | 100111 | 101111 | 110010 |
Color Harmonies of #BA9043
Complementary color
Monochromatic Colors of #BA9043
Black with #BA9043
Text Example
Text Example
White with #BA9043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9043; }
p { color: rgb(186,144,67); }
H1.HeaderClassName
{
color: #BA9043;
}
.AnyTagClassName
{
color: #BA9043;
}
</style>
background-color css
<style>
a { background-color: #BA9043; }
a { background-color: rgb(186,144,67); }
div.DivClassName
{
background-color: #BA9043;
}
.BgClassName
{
background-color: #BA9043;
}
</style>
border-color css
<style>
span { border-color: #BA9043; }
span { border-color: rgb(186,144,67); }
td.TdClassName
{
border-color: #BA9043;
}
.TagClassName
{
border-color: #BA9043;
}
</style>