Shades of Marigold #B58039
Tints of Marigold #B58039
RGB
CMYK
RGB Variations
Color information
#B58039 (or 0xB58039) is known color: Marigold. HEX triplet: B5, 80 and 39. RGB value is (181,128,57). Sum of RGB (Red+Green+Blue) = 181+128+57=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B58039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58039 is #4A7FC6. Grayscale: #888888. Windows color (decimal): -4882375 or 3768501. OLE color: 3768501.
HSL color Cylindrical-coordinate representation of color #B58039: hue angle of 34.35º 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 #B58039 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 57 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.29 |
| HSL | 34.35º | 0.52% | 0.47% | - |
| HSV(B) | 34.35º | 0.69% | 0.71% | - |
| XYZ | 27.51 | 25.56 | 7.35 | - |
| YUV | 135.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 57 | 0 | 0.29 | 0.69 | 0.29 | 34.35 | 0.52 | 0.47 |
| Hex | B5 | 80 | 39 | 0 | 1D | 45 | 1D | 22 | 34 | 2F |
| Octal | 265 | 200 | 71 | 0 | 35 | 105 | 35 | 42 | 64 | 57 |
| Binary | 10110101 | 10000000 | 111001 | 0 | 11101 | 1000101 | 11101 | 100010 | 110100 | 101111 |
Color Harmonies of #B58039
Complementary color
Monochromatic Colors of #B58039
Black with #B58039
Text Example
Text Example
White with #B58039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58039; }
p { color: rgb(181,128,57); }
H1.HeaderClassName
{
color: #B58039;
}
.AnyTagClassName
{
color: #B58039;
}
</style>
background-color css
<style>
a { background-color: #B58039; }
a { background-color: rgb(181,128,57); }
div.DivClassName
{
background-color: #B58039;
}
.BgClassName
{
background-color: #B58039;
}
</style>
border-color css
<style>
span { border-color: #B58039; }
span { border-color: rgb(181,128,57); }
td.TdClassName
{
border-color: #B58039;
}
.TagClassName
{
border-color: #B58039;
}
</style>