Shades of Marigold #B58537
Tints of Marigold #B58537
RGB
CMYK
RGB Variations
Color information
#B58537 (or 0xB58537) is known color: Marigold. HEX triplet: B5, 85 and 37. RGB value is (181,133,55). Sum of RGB (Red+Green+Blue) = 181+133+55=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B58537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58537 is #4A7AC8. Grayscale: #8A8A8A. Windows color (decimal): -4881097 or 3638709. OLE color: 3638709.
HSL color Cylindrical-coordinate representation of color #B58537: hue angle of 37.14º 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 #B58537 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 55 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.29 |
| HSL | 37.14º | 0.53% | 0.46% | - |
| HSV(B) | 37.14º | 0.7% | 0.71% | - |
| XYZ | 28.13 | 26.87 | 7.32 | - |
| YUV | 138.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 55 | 0 | 0.27 | 0.70 | 0.29 | 37.14 | 0.53 | 0.46 |
| Hex | B5 | 85 | 37 | 0 | 1B | 46 | 1D | 25 | 35 | 2E |
| Octal | 265 | 205 | 67 | 0 | 33 | 106 | 35 | 45 | 65 | 56 |
| Binary | 10110101 | 10000101 | 110111 | 0 | 11011 | 1000110 | 11101 | 100101 | 110101 | 101110 |
Color Harmonies of #B58537
Complementary color
Monochromatic Colors of #B58537
Black with #B58537
Text Example
Text Example
White with #B58537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58537; }
p { color: rgb(181,133,55); }
H1.HeaderClassName
{
color: #B58537;
}
.AnyTagClassName
{
color: #B58537;
}
</style>
background-color css
<style>
a { background-color: #B58537; }
a { background-color: rgb(181,133,55); }
div.DivClassName
{
background-color: #B58537;
}
.BgClassName
{
background-color: #B58537;
}
</style>
border-color css
<style>
span { border-color: #B58537; }
span { border-color: rgb(181,133,55); }
td.TdClassName
{
border-color: #B58537;
}
.TagClassName
{
border-color: #B58537;
}
</style>