Shades of Marigold #B58845
Tints of Marigold #B58845
RGB
CMYK
RGB Variations
Color information
#B58845 (or 0xB58845) is known color: Marigold. HEX triplet: B5, 88 and 45. RGB value is (181,136,69). Sum of RGB (Red+Green+Blue) = 181+136+69=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B58845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58845 is #4A77BA. Grayscale: #8E8E8E. Windows color (decimal): -4880315 or 4556981. OLE color: 4556981.
HSL color Cylindrical-coordinate representation of color #B58845: hue angle of 35.89º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B58845 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 69 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.29 |
| HSL | 35.89º | 0.45% | 0.49% | - |
| HSV(B) | 35.89º | 0.62% | 0.71% | - |
| XYZ | 28.93 | 27.86 | 9.48 | - |
| YUV | 141.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 69 | 0 | 0.25 | 0.62 | 0.29 | 35.89 | 0.45 | 0.49 |
| Hex | B5 | 88 | 45 | 0 | 19 | 3E | 1D | 24 | 2D | 31 |
| Octal | 265 | 210 | 105 | 0 | 31 | 76 | 35 | 44 | 55 | 61 |
| Binary | 10110101 | 10001000 | 1000101 | 0 | 11001 | 111110 | 11101 | 100100 | 101101 | 110001 |
Color Harmonies of #B58845
Complementary color
Monochromatic Colors of #B58845
Black with #B58845
Text Example
Text Example
White with #B58845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58845; }
p { color: rgb(181,136,69); }
H1.HeaderClassName
{
color: #B58845;
}
.AnyTagClassName
{
color: #B58845;
}
</style>
background-color css
<style>
a { background-color: #B58845; }
a { background-color: rgb(181,136,69); }
div.DivClassName
{
background-color: #B58845;
}
.BgClassName
{
background-color: #B58845;
}
</style>
border-color css
<style>
span { border-color: #B58845; }
span { border-color: rgb(181,136,69); }
td.TdClassName
{
border-color: #B58845;
}
.TagClassName
{
border-color: #B58845;
}
</style>