Shades of Marigold #BA8F43
Tints of Marigold #BA8F43
RGB
CMYK
RGB Variations
Color information
#BA8F43 (or 0xBA8F43) is known color: Marigold. HEX triplet: BA, 8F and 43. RGB value is (186,143,67). Sum of RGB (Red+Green+Blue) = 186+143+67=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F43 is #4570BC. Grayscale: #939393. Windows color (decimal): -4550845 or 4427706. OLE color: 4427706.
HSL color Cylindrical-coordinate representation of color #BA8F43: hue angle of 38.32º 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 #BA8F43 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 67 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.27 |
| HSL | 38.32º | 0.47% | 0.5% | - |
| HSV(B) | 38.32º | 0.64% | 0.73% | - |
| XYZ | 31.09 | 30.49 | 9.56 | - |
| YUV | 147.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 67 | 0 | 0.23 | 0.64 | 0.27 | 38.32 | 0.47 | 0.5 |
| Hex | BA | 8F | 43 | 0 | 17 | 40 | 1B | 26 | 2F | 32 |
| Octal | 272 | 217 | 103 | 0 | 27 | 100 | 33 | 46 | 57 | 62 |
| Binary | 10111010 | 10001111 | 1000011 | 0 | 10111 | 1000000 | 11011 | 100110 | 101111 | 110010 |
Color Harmonies of #BA8F43
Complementary color
Monochromatic Colors of #BA8F43
Black with #BA8F43
Text Example
Text Example
White with #BA8F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F43; }
p { color: rgb(186,143,67); }
H1.HeaderClassName
{
color: #BA8F43;
}
.AnyTagClassName
{
color: #BA8F43;
}
</style>
background-color css
<style>
a { background-color: #BA8F43; }
a { background-color: rgb(186,143,67); }
div.DivClassName
{
background-color: #BA8F43;
}
.BgClassName
{
background-color: #BA8F43;
}
</style>
border-color css
<style>
span { border-color: #BA8F43; }
span { border-color: rgb(186,143,67); }
td.TdClassName
{
border-color: #BA8F43;
}
.TagClassName
{
border-color: #BA8F43;
}
</style>