Shades of Marigold #B58D3C
Tints of Marigold #B58D3C
RGB
CMYK
RGB Variations
Color information
#B58D3C (or 0xB58D3C) is known color: Marigold. HEX triplet: B5, 8D and 3C. RGB value is (181,141,60). Sum of RGB (Red+Green+Blue) = 181+141+60=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D3C is #4A72C3. Grayscale: #909090. Windows color (decimal): -4879044 or 3968437. OLE color: 3968437.
HSL color Cylindrical-coordinate representation of color #B58D3C: hue angle of 40.17º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B58D3C is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 60 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.29 |
| HSL | 40.17º | 0.5% | 0.47% | - |
| HSV(B) | 40.17º | 0.67% | 0.71% | - |
| XYZ | 29.4 | 29.2 | 8.36 | - |
| YUV | 143.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 60 | 0 | 0.22 | 0.67 | 0.29 | 40.17 | 0.5 | 0.47 |
| Hex | B5 | 8D | 3C | 0 | 16 | 43 | 1D | 28 | 32 | 2F |
| Octal | 265 | 215 | 74 | 0 | 26 | 103 | 35 | 50 | 62 | 57 |
| Binary | 10110101 | 10001101 | 111100 | 0 | 10110 | 1000011 | 11101 | 101000 | 110010 | 101111 |
Color Harmonies of #B58D3C
Complementary color
Monochromatic Colors of #B58D3C
Black with #B58D3C
Text Example
Text Example
White with #B58D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D3C; }
p { color: rgb(181,141,60); }
H1.HeaderClassName
{
color: #B58D3C;
}
.AnyTagClassName
{
color: #B58D3C;
}
</style>
background-color css
<style>
a { background-color: #B58D3C; }
a { background-color: rgb(181,141,60); }
div.DivClassName
{
background-color: #B58D3C;
}
.BgClassName
{
background-color: #B58D3C;
}
</style>
border-color css
<style>
span { border-color: #B58D3C; }
span { border-color: rgb(181,141,60); }
td.TdClassName
{
border-color: #B58D3C;
}
.TagClassName
{
border-color: #B58D3C;
}
</style>