Shades of Marigold #B58937
Tints of Marigold #B58937
RGB
CMYK
RGB Variations
Color information
#B58937 (or 0xB58937) is known color: Marigold. HEX triplet: B5, 89 and 37. RGB value is (181,137,55). Sum of RGB (Red+Green+Blue) = 181+137+55=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B58937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58937 is #4A76C8. Grayscale: #8D8D8D. Windows color (decimal): -4880073 or 3639733. OLE color: 3639733.
HSL color Cylindrical-coordinate representation of color #B58937: hue angle of 39.05º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B58937 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 55 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.29 |
| HSL | 39.05º | 0.53% | 0.46% | - |
| HSV(B) | 39.05º | 0.7% | 0.71% | - |
| XYZ | 28.69 | 27.99 | 7.51 | - |
| YUV | 140.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 55 | 0 | 0.24 | 0.70 | 0.29 | 39.05 | 0.53 | 0.46 |
| Hex | B5 | 89 | 37 | 0 | 18 | 46 | 1D | 27 | 35 | 2E |
| Octal | 265 | 211 | 67 | 0 | 30 | 106 | 35 | 47 | 65 | 56 |
| Binary | 10110101 | 10001001 | 110111 | 0 | 11000 | 1000110 | 11101 | 100111 | 110101 | 101110 |
Color Harmonies of #B58937
Complementary color
Monochromatic Colors of #B58937
Black with #B58937
Text Example
Text Example
White with #B58937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58937; }
p { color: rgb(181,137,55); }
H1.HeaderClassName
{
color: #B58937;
}
.AnyTagClassName
{
color: #B58937;
}
</style>
background-color css
<style>
a { background-color: #B58937; }
a { background-color: rgb(181,137,55); }
div.DivClassName
{
background-color: #B58937;
}
.BgClassName
{
background-color: #B58937;
}
</style>
border-color css
<style>
span { border-color: #B58937; }
span { border-color: rgb(181,137,55); }
td.TdClassName
{
border-color: #B58937;
}
.TagClassName
{
border-color: #B58937;
}
</style>