Shades of Marigold #B58246
Tints of Marigold #B58246
RGB
CMYK
RGB Variations
Color information
#B58246 (or 0xB58246) is known color: Marigold. HEX triplet: B5, 82 and 46. RGB value is (181,130,70). Sum of RGB (Red+Green+Blue) = 181+130+70=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B58246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58246 is #4A7DB9. Grayscale: #8A8A8A. Windows color (decimal): -4881850 or 4620981. OLE color: 4620981.
HSL color Cylindrical-coordinate representation of color #B58246: hue angle of 32.43º 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 #B58246 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 70 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.29 |
| HSL | 32.43º | 0.44% | 0.49% | - |
| HSV(B) | 32.43º | 0.61% | 0.71% | - |
| XYZ | 28.14 | 26.23 | 9.37 | - |
| YUV | 138.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 70 | 0 | 0.28 | 0.61 | 0.29 | 32.43 | 0.44 | 0.49 |
| Hex | B5 | 82 | 46 | 0 | 1C | 3D | 1D | 20 | 2C | 31 |
| Octal | 265 | 202 | 106 | 0 | 34 | 75 | 35 | 40 | 54 | 61 |
| Binary | 10110101 | 10000010 | 1000110 | 0 | 11100 | 111101 | 11101 | 100000 | 101100 | 110001 |
Color Harmonies of #B58246
Complementary color
Monochromatic Colors of #B58246
Black with #B58246
Text Example
Text Example
White with #B58246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58246; }
p { color: rgb(181,130,70); }
H1.HeaderClassName
{
color: #B58246;
}
.AnyTagClassName
{
color: #B58246;
}
</style>
background-color css
<style>
a { background-color: #B58246; }
a { background-color: rgb(181,130,70); }
div.DivClassName
{
background-color: #B58246;
}
.BgClassName
{
background-color: #B58246;
}
</style>
border-color css
<style>
span { border-color: #B58246; }
span { border-color: rgb(181,130,70); }
td.TdClassName
{
border-color: #B58246;
}
.TagClassName
{
border-color: #B58246;
}
</style>