Shades of Marigold #B58D41
Tints of Marigold #B58D41
RGB
CMYK
RGB Variations
Color information
#B58D41 (or 0xB58D41) is known color: Marigold. HEX triplet: B5, 8D and 41. RGB value is (181,141,65). Sum of RGB (Red+Green+Blue) = 181+141+65=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D41 is #4A72BE. Grayscale: #909090. Windows color (decimal): -4879039 or 4296117. OLE color: 4296117.
HSL color Cylindrical-coordinate representation of color #B58D41: hue angle of 39.31º 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 #B58D41 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 65 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.29 |
| HSL | 39.31º | 0.47% | 0.48% | - |
| HSV(B) | 39.31º | 0.64% | 0.71% | - |
| XYZ | 29.54 | 29.26 | 9.09 | - |
| YUV | 144.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 65 | 0 | 0.22 | 0.64 | 0.29 | 39.31 | 0.47 | 0.48 |
| Hex | B5 | 8D | 41 | 0 | 16 | 40 | 1D | 27 | 2F | 30 |
| Octal | 265 | 215 | 101 | 0 | 26 | 100 | 35 | 47 | 57 | 60 |
| Binary | 10110101 | 10001101 | 1000001 | 0 | 10110 | 1000000 | 11101 | 100111 | 101111 | 110000 |
Color Harmonies of #B58D41
Complementary color
Monochromatic Colors of #B58D41
Black with #B58D41
Text Example
Text Example
White with #B58D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D41; }
p { color: rgb(181,141,65); }
H1.HeaderClassName
{
color: #B58D41;
}
.AnyTagClassName
{
color: #B58D41;
}
</style>
background-color css
<style>
a { background-color: #B58D41; }
a { background-color: rgb(181,141,65); }
div.DivClassName
{
background-color: #B58D41;
}
.BgClassName
{
background-color: #B58D41;
}
</style>
border-color css
<style>
span { border-color: #B58D41; }
span { border-color: rgb(181,141,65); }
td.TdClassName
{
border-color: #B58D41;
}
.TagClassName
{
border-color: #B58D41;
}
</style>