Shades of Marigold #B58841
Tints of Marigold #B58841
RGB
CMYK
RGB Variations
Color information
#B58841 (or 0xB58841) is known color: Marigold. HEX triplet: B5, 88 and 41. RGB value is (181,136,65). Sum of RGB (Red+Green+Blue) = 181+136+65=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B58841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58841 is #4A77BE. Grayscale: #8D8D8D. Windows color (decimal): -4880319 or 4294837. OLE color: 4294837.
HSL color Cylindrical-coordinate representation of color #B58841: hue angle of 36.72º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B58841 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 65 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.29 |
| HSL | 36.72º | 0.47% | 0.48% | - |
| HSV(B) | 36.72º | 0.64% | 0.71% | - |
| XYZ | 28.81 | 27.81 | 8.85 | - |
| YUV | 141.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 65 | 0 | 0.25 | 0.64 | 0.29 | 36.72 | 0.47 | 0.48 |
| Hex | B5 | 88 | 41 | 0 | 19 | 40 | 1D | 25 | 2F | 30 |
| Octal | 265 | 210 | 101 | 0 | 31 | 100 | 35 | 45 | 57 | 60 |
| Binary | 10110101 | 10001000 | 1000001 | 0 | 11001 | 1000000 | 11101 | 100101 | 101111 | 110000 |
Color Harmonies of #B58841
Complementary color
Monochromatic Colors of #B58841
Black with #B58841
Text Example
Text Example
White with #B58841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58841; }
p { color: rgb(181,136,65); }
H1.HeaderClassName
{
color: #B58841;
}
.AnyTagClassName
{
color: #B58841;
}
</style>
background-color css
<style>
a { background-color: #B58841; }
a { background-color: rgb(181,136,65); }
div.DivClassName
{
background-color: #B58841;
}
.BgClassName
{
background-color: #B58841;
}
</style>
border-color css
<style>
span { border-color: #B58841; }
span { border-color: rgb(181,136,65); }
td.TdClassName
{
border-color: #B58841;
}
.TagClassName
{
border-color: #B58841;
}
</style>