Shades of Marigold #B98544
Tints of Marigold #B98544
RGB
CMYK
RGB Variations
Color information
#B98544 (or 0xB98544) is known color: Marigold. HEX triplet: B9, 85 and 44. RGB value is (185,133,68). Sum of RGB (Red+Green+Blue) = 185+133+68=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B98544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98544 is #467ABB. Grayscale: #8D8D8D. Windows color (decimal): -4618940 or 4490681. OLE color: 4490681.
HSL color Cylindrical-coordinate representation of color #B98544: hue angle of 33.33º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B98544 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 68 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.27 |
| HSL | 33.33º | 0.46% | 0.5% | - |
| HSV(B) | 33.33º | 0.63% | 0.73% | - |
| XYZ | 29.44 | 27.51 | 9.23 | - |
| YUV | 141.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 68 | 0 | 0.28 | 0.63 | 0.27 | 33.33 | 0.46 | 0.5 |
| Hex | B9 | 85 | 44 | 0 | 1C | 3F | 1B | 21 | 2E | 32 |
| Octal | 271 | 205 | 104 | 0 | 34 | 77 | 33 | 41 | 56 | 62 |
| Binary | 10111001 | 10000101 | 1000100 | 0 | 11100 | 111111 | 11011 | 100001 | 101110 | 110010 |
Color Harmonies of #B98544
Complementary color
Monochromatic Colors of #B98544
Black with #B98544
Text Example
Text Example
White with #B98544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98544; }
p { color: rgb(185,133,68); }
H1.HeaderClassName
{
color: #B98544;
}
.AnyTagClassName
{
color: #B98544;
}
</style>
background-color css
<style>
a { background-color: #B98544; }
a { background-color: rgb(185,133,68); }
div.DivClassName
{
background-color: #B98544;
}
.BgClassName
{
background-color: #B98544;
}
</style>
border-color css
<style>
span { border-color: #B98544; }
span { border-color: rgb(185,133,68); }
td.TdClassName
{
border-color: #B98544;
}
.TagClassName
{
border-color: #B98544;
}
</style>