Shades of Marigold #B58940
Tints of Marigold #B58940
RGB
CMYK
RGB Variations
Color information
#B58940 (or 0xB58940) is known color: Marigold. HEX triplet: B5, 89 and 40. RGB value is (181,137,64). Sum of RGB (Red+Green+Blue) = 181+137+64=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B58940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58940 is #4A76BF. Grayscale: #8E8E8E. Windows color (decimal): -4880064 or 4229557. OLE color: 4229557.
HSL color Cylindrical-coordinate representation of color #B58940: hue angle of 37.44º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B58940 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 64 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.29 |
| HSL | 37.44º | 0.48% | 0.48% | - |
| HSV(B) | 37.44º | 0.65% | 0.71% | - |
| XYZ | 28.93 | 28.09 | 8.75 | - |
| YUV | 141.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 64 | 0 | 0.24 | 0.65 | 0.29 | 37.44 | 0.48 | 0.48 |
| Hex | B5 | 89 | 40 | 0 | 18 | 41 | 1D | 25 | 30 | 30 |
| Octal | 265 | 211 | 100 | 0 | 30 | 101 | 35 | 45 | 60 | 60 |
| Binary | 10110101 | 10001001 | 1000000 | 0 | 11000 | 1000001 | 11101 | 100101 | 110000 | 110000 |
Color Harmonies of #B58940
Complementary color
Monochromatic Colors of #B58940
Black with #B58940
Text Example
Text Example
White with #B58940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58940; }
p { color: rgb(181,137,64); }
H1.HeaderClassName
{
color: #B58940;
}
.AnyTagClassName
{
color: #B58940;
}
</style>
background-color css
<style>
a { background-color: #B58940; }
a { background-color: rgb(181,137,64); }
div.DivClassName
{
background-color: #B58940;
}
.BgClassName
{
background-color: #B58940;
}
</style>
border-color css
<style>
span { border-color: #B58940; }
span { border-color: rgb(181,137,64); }
td.TdClassName
{
border-color: #B58940;
}
.TagClassName
{
border-color: #B58940;
}
</style>