Shades of Marigold #B98039
Tints of Marigold #B98039
RGB
CMYK
RGB Variations
Color information
#B98039 (or 0xB98039) is known color: Marigold. HEX triplet: B9, 80 and 39. RGB value is (185,128,57). Sum of RGB (Red+Green+Blue) = 185+128+57=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B98039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98039 is #467FC6. Grayscale: #898989. Windows color (decimal): -4620231 or 3768505. OLE color: 3768505.
HSL color Cylindrical-coordinate representation of color #B98039: hue angle of 33.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B98039 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 57 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.27 |
| HSL | 33.28º | 0.53% | 0.47% | - |
| HSV(B) | 33.28º | 0.69% | 0.73% | - |
| XYZ | 28.47 | 26.05 | 7.4 | - |
| YUV | 136.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 57 | 0 | 0.31 | 0.69 | 0.27 | 33.28 | 0.53 | 0.47 |
| Hex | B9 | 80 | 39 | 0 | 1F | 45 | 1B | 21 | 35 | 2F |
| Octal | 271 | 200 | 71 | 0 | 37 | 105 | 33 | 41 | 65 | 57 |
| Binary | 10111001 | 10000000 | 111001 | 0 | 11111 | 1000101 | 11011 | 100001 | 110101 | 101111 |
Color Harmonies of #B98039
Complementary color
Monochromatic Colors of #B98039
Black with #B98039
Text Example
Text Example
White with #B98039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98039; }
p { color: rgb(185,128,57); }
H1.HeaderClassName
{
color: #B98039;
}
.AnyTagClassName
{
color: #B98039;
}
</style>
background-color css
<style>
a { background-color: #B98039; }
a { background-color: rgb(185,128,57); }
div.DivClassName
{
background-color: #B98039;
}
.BgClassName
{
background-color: #B98039;
}
</style>
border-color css
<style>
span { border-color: #B98039; }
span { border-color: rgb(185,128,57); }
td.TdClassName
{
border-color: #B98039;
}
.TagClassName
{
border-color: #B98039;
}
</style>