Shades of Marigold #BA8438
Tints of Marigold #BA8438
RGB
CMYK
RGB Variations
Color information
#BA8438 (or 0xBA8438) is known color: Marigold. HEX triplet: BA, 84 and 38. RGB value is (186,132,56). Sum of RGB (Red+Green+Blue) = 186+132+56=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8438 is #457BC7. Grayscale: #8B8B8B. Windows color (decimal): -4553672 or 3703994. OLE color: 3703994.
HSL color Cylindrical-coordinate representation of color #BA8438: hue angle of 35.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA8438 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 56 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.27 |
| HSL | 35.08º | 0.54% | 0.47% | - |
| HSV(B) | 35.08º | 0.7% | 0.73% | - |
| XYZ | 29.21 | 27.23 | 7.46 | - |
| YUV | 139.48 | 80.89 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 56 | 0 | 0.29 | 0.70 | 0.27 | 35.08 | 0.54 | 0.47 |
| Hex | BA | 84 | 38 | 0 | 1D | 46 | 1B | 23 | 36 | 2F |
| Octal | 272 | 204 | 70 | 0 | 35 | 106 | 33 | 43 | 66 | 57 |
| Binary | 10111010 | 10000100 | 111000 | 0 | 11101 | 1000110 | 11011 | 100011 | 110110 | 101111 |
Color Harmonies of #BA8438
Complementary color
Monochromatic Colors of #BA8438
Black with #BA8438
Text Example
Text Example
White with #BA8438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8438; }
p { color: rgb(186,132,56); }
H1.HeaderClassName
{
color: #BA8438;
}
.AnyTagClassName
{
color: #BA8438;
}
</style>
background-color css
<style>
a { background-color: #BA8438; }
a { background-color: rgb(186,132,56); }
div.DivClassName
{
background-color: #BA8438;
}
.BgClassName
{
background-color: #BA8438;
}
</style>
border-color css
<style>
span { border-color: #BA8438; }
span { border-color: rgb(186,132,56); }
td.TdClassName
{
border-color: #BA8438;
}
.TagClassName
{
border-color: #BA8438;
}
</style>