Shades of Marigold #BA8743
Tints of Marigold #BA8743
RGB
CMYK
RGB Variations
Color information
#BA8743 (or 0xBA8743) is known color: Marigold. HEX triplet: BA, 87 and 43. RGB value is (186,135,67). Sum of RGB (Red+Green+Blue) = 186+135+67=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8743 is #4578BC. Grayscale: #8E8E8E. Windows color (decimal): -4552893 or 4425658. OLE color: 4425658.
HSL color Cylindrical-coordinate representation of color #BA8743: hue angle of 34.29º 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 #BA8743 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 67 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.27 |
| HSL | 34.29º | 0.47% | 0.5% | - |
| HSV(B) | 34.29º | 0.64% | 0.73% | - |
| XYZ | 29.93 | 28.17 | 9.17 | - |
| YUV | 142.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 67 | 0 | 0.27 | 0.64 | 0.27 | 34.29 | 0.47 | 0.5 |
| Hex | BA | 87 | 43 | 0 | 1B | 40 | 1B | 22 | 2F | 32 |
| Octal | 272 | 207 | 103 | 0 | 33 | 100 | 33 | 42 | 57 | 62 |
| Binary | 10111010 | 10000111 | 1000011 | 0 | 11011 | 1000000 | 11011 | 100010 | 101111 | 110010 |
Color Harmonies of #BA8743
Complementary color
Monochromatic Colors of #BA8743
Black with #BA8743
Text Example
Text Example
White with #BA8743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8743; }
p { color: rgb(186,135,67); }
H1.HeaderClassName
{
color: #BA8743;
}
.AnyTagClassName
{
color: #BA8743;
}
</style>
background-color css
<style>
a { background-color: #BA8743; }
a { background-color: rgb(186,135,67); }
div.DivClassName
{
background-color: #BA8743;
}
.BgClassName
{
background-color: #BA8743;
}
</style>
border-color css
<style>
span { border-color: #BA8743; }
span { border-color: rgb(186,135,67); }
td.TdClassName
{
border-color: #BA8743;
}
.TagClassName
{
border-color: #BA8743;
}
</style>