Shades of Marigold #B58E47
Tints of Marigold #B58E47
RGB
CMYK
RGB Variations
Color information
#B58E47 (or 0xB58E47) is known color: Marigold. HEX triplet: B5, 8E and 47. RGB value is (181,142,71). Sum of RGB (Red+Green+Blue) = 181+142+71=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E47 is #4A71B8. Grayscale: #919191. Windows color (decimal): -4878777 or 4689589. OLE color: 4689589.
HSL color Cylindrical-coordinate representation of color #B58E47: hue angle of 38.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B58E47 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 71 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.29 |
| HSL | 38.73º | 0.44% | 0.49% | - |
| HSV(B) | 38.73º | 0.61% | 0.71% | - |
| XYZ | 29.87 | 29.62 | 10.11 | - |
| YUV | 145.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 71 | 0 | 0.22 | 0.61 | 0.29 | 38.73 | 0.44 | 0.49 |
| Hex | B5 | 8E | 47 | 0 | 16 | 3D | 1D | 27 | 2C | 31 |
| Octal | 265 | 216 | 107 | 0 | 26 | 75 | 35 | 47 | 54 | 61 |
| Binary | 10110101 | 10001110 | 1000111 | 0 | 10110 | 111101 | 11101 | 100111 | 101100 | 110001 |
Color Harmonies of #B58E47
Complementary color
Monochromatic Colors of #B58E47
Black with #B58E47
Text Example
Text Example
White with #B58E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E47; }
p { color: rgb(181,142,71); }
H1.HeaderClassName
{
color: #B58E47;
}
.AnyTagClassName
{
color: #B58E47;
}
</style>
background-color css
<style>
a { background-color: #B58E47; }
a { background-color: rgb(181,142,71); }
div.DivClassName
{
background-color: #B58E47;
}
.BgClassName
{
background-color: #B58E47;
}
</style>
border-color css
<style>
span { border-color: #B58E47; }
span { border-color: rgb(181,142,71); }
td.TdClassName
{
border-color: #B58E47;
}
.TagClassName
{
border-color: #B58E47;
}
</style>