Shades of Marigold #B58D3B
Tints of Marigold #B58D3B
RGB
CMYK
RGB Variations
Color information
#B58D3B (or 0xB58D3B) is known color: Marigold. HEX triplet: B5, 8D and 3B. RGB value is (181,141,59). Sum of RGB (Red+Green+Blue) = 181+141+59=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D3B is #4A72C4. Grayscale: #8F8F8F. Windows color (decimal): -4879045 or 3902901. OLE color: 3902901.
HSL color Cylindrical-coordinate representation of color #B58D3B: hue angle of 40.33º degrees, saturation: 0.51, 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 #B58D3B is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 59 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.29 |
| HSL | 40.33º | 0.51% | 0.47% | - |
| HSV(B) | 40.33º | 0.67% | 0.71% | - |
| XYZ | 29.37 | 29.19 | 8.22 | - |
| YUV | 143.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 59 | 0 | 0.22 | 0.67 | 0.29 | 40.33 | 0.51 | 0.47 |
| Hex | B5 | 8D | 3B | 0 | 16 | 43 | 1D | 28 | 33 | 2F |
| Octal | 265 | 215 | 73 | 0 | 26 | 103 | 35 | 50 | 63 | 57 |
| Binary | 10110101 | 10001101 | 111011 | 0 | 10110 | 1000011 | 11101 | 101000 | 110011 | 101111 |
Color Harmonies of #B58D3B
Complementary color
Monochromatic Colors of #B58D3B
Black with #B58D3B
Text Example
Text Example
White with #B58D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D3B; }
p { color: rgb(181,141,59); }
H1.HeaderClassName
{
color: #B58D3B;
}
.AnyTagClassName
{
color: #B58D3B;
}
</style>
background-color css
<style>
a { background-color: #B58D3B; }
a { background-color: rgb(181,141,59); }
div.DivClassName
{
background-color: #B58D3B;
}
.BgClassName
{
background-color: #B58D3B;
}
</style>
border-color css
<style>
span { border-color: #B58D3B; }
span { border-color: rgb(181,141,59); }
td.TdClassName
{
border-color: #B58D3B;
}
.TagClassName
{
border-color: #B58D3B;
}
</style>