Shades of Marigold #BA8A38
Tints of Marigold #BA8A38
RGB
CMYK
RGB Variations
Color information
#BA8A38 (or 0xBA8A38) is known color: Marigold. HEX triplet: BA, 8A and 38. RGB value is (186,138,56). Sum of RGB (Red+Green+Blue) = 186+138+56=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A38 is #4575C7. Grayscale: #8F8F8F. Windows color (decimal): -4552136 or 3705530. OLE color: 3705530.
HSL color Cylindrical-coordinate representation of color #BA8A38: hue angle of 37.85º 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 #BA8A38 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 56 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.27 |
| HSL | 37.85º | 0.54% | 0.47% | - |
| HSV(B) | 37.85º | 0.7% | 0.73% | - |
| XYZ | 30.05 | 28.9 | 7.74 | - |
| YUV | 143 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 56 | 0 | 0.26 | 0.70 | 0.27 | 37.85 | 0.54 | 0.47 |
| Hex | BA | 8A | 38 | 0 | 1A | 46 | 1B | 26 | 36 | 2F |
| Octal | 272 | 212 | 70 | 0 | 32 | 106 | 33 | 46 | 66 | 57 |
| Binary | 10111010 | 10001010 | 111000 | 0 | 11010 | 1000110 | 11011 | 100110 | 110110 | 101111 |
Color Harmonies of #BA8A38
Complementary color
Monochromatic Colors of #BA8A38
Black with #BA8A38
Text Example
Text Example
White with #BA8A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A38; }
p { color: rgb(186,138,56); }
H1.HeaderClassName
{
color: #BA8A38;
}
.AnyTagClassName
{
color: #BA8A38;
}
</style>
background-color css
<style>
a { background-color: #BA8A38; }
a { background-color: rgb(186,138,56); }
div.DivClassName
{
background-color: #BA8A38;
}
.BgClassName
{
background-color: #BA8A38;
}
</style>
border-color css
<style>
span { border-color: #BA8A38; }
span { border-color: rgb(186,138,56); }
td.TdClassName
{
border-color: #BA8A38;
}
.TagClassName
{
border-color: #BA8A38;
}
</style>