Shades of Marigold #B58542
Tints of Marigold #B58542
RGB
CMYK
RGB Variations
Color information
#B58542 (or 0xB58542) is known color: Marigold. HEX triplet: B5, 85 and 42. RGB value is (181,133,66). Sum of RGB (Red+Green+Blue) = 181+133+66=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B58542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58542 is #4A7ABD. Grayscale: #8C8C8C. Windows color (decimal): -4881086 or 4359605. OLE color: 4359605.
HSL color Cylindrical-coordinate representation of color #B58542: hue angle of 34.96º 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 #B58542 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 66 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.29 |
| HSL | 34.96º | 0.47% | 0.48% | - |
| HSV(B) | 34.96º | 0.64% | 0.71% | - |
| XYZ | 28.43 | 26.99 | 8.87 | - |
| YUV | 139.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 66 | 0 | 0.27 | 0.64 | 0.29 | 34.96 | 0.47 | 0.48 |
| Hex | B5 | 85 | 42 | 0 | 1B | 40 | 1D | 23 | 2F | 30 |
| Octal | 265 | 205 | 102 | 0 | 33 | 100 | 35 | 43 | 57 | 60 |
| Binary | 10110101 | 10000101 | 1000010 | 0 | 11011 | 1000000 | 11101 | 100011 | 101111 | 110000 |
Color Harmonies of #B58542
Complementary color
Monochromatic Colors of #B58542
Black with #B58542
Text Example
Text Example
White with #B58542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58542; }
p { color: rgb(181,133,66); }
H1.HeaderClassName
{
color: #B58542;
}
.AnyTagClassName
{
color: #B58542;
}
</style>
background-color css
<style>
a { background-color: #B58542; }
a { background-color: rgb(181,133,66); }
div.DivClassName
{
background-color: #B58542;
}
.BgClassName
{
background-color: #B58542;
}
</style>
border-color css
<style>
span { border-color: #B58542; }
span { border-color: rgb(181,133,66); }
td.TdClassName
{
border-color: #B58542;
}
.TagClassName
{
border-color: #B58542;
}
</style>