Shades of Marigold #B58839
Tints of Marigold #B58839
RGB
CMYK
RGB Variations
Color information
#B58839 (or 0xB58839) is known color: Marigold. HEX triplet: B5, 88 and 39. RGB value is (181,136,57). Sum of RGB (Red+Green+Blue) = 181+136+57=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B58839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58839 is #4A77C6. Grayscale: #8C8C8C. Windows color (decimal): -4880327 or 3770549. OLE color: 3770549.
HSL color Cylindrical-coordinate representation of color #B58839: hue angle of 38.23º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B58839 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 57 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.29 |
| HSL | 38.23º | 0.52% | 0.47% | - |
| HSV(B) | 38.23º | 0.69% | 0.71% | - |
| XYZ | 28.6 | 27.73 | 7.72 | - |
| YUV | 140.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 57 | 0 | 0.25 | 0.69 | 0.29 | 38.23 | 0.52 | 0.47 |
| Hex | B5 | 88 | 39 | 0 | 19 | 45 | 1D | 26 | 34 | 2F |
| Octal | 265 | 210 | 71 | 0 | 31 | 105 | 35 | 46 | 64 | 57 |
| Binary | 10110101 | 10001000 | 111001 | 0 | 11001 | 1000101 | 11101 | 100110 | 110100 | 101111 |
Color Harmonies of #B58839
Complementary color
Monochromatic Colors of #B58839
Black with #B58839
Text Example
Text Example
White with #B58839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58839; }
p { color: rgb(181,136,57); }
H1.HeaderClassName
{
color: #B58839;
}
.AnyTagClassName
{
color: #B58839;
}
</style>
background-color css
<style>
a { background-color: #B58839; }
a { background-color: rgb(181,136,57); }
div.DivClassName
{
background-color: #B58839;
}
.BgClassName
{
background-color: #B58839;
}
</style>
border-color css
<style>
span { border-color: #B58839; }
span { border-color: rgb(181,136,57); }
td.TdClassName
{
border-color: #B58839;
}
.TagClassName
{
border-color: #B58839;
}
</style>