Shades of Marigold #B98547
Tints of Marigold #B98547
RGB
CMYK
RGB Variations
Color information
#B98547 (or 0xB98547) is known color: Marigold. HEX triplet: B9, 85 and 47. RGB value is (185,133,71). Sum of RGB (Red+Green+Blue) = 185+133+71=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B98547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98547 is #467AB8. Grayscale: #8D8D8D. Windows color (decimal): -4618937 or 4687289. OLE color: 4687289.
HSL color Cylindrical-coordinate representation of color #B98547: hue angle of 32.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B98547 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 71 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.27 |
| HSL | 32.63º | 0.45% | 0.5% | - |
| HSV(B) | 32.63º | 0.62% | 0.73% | - |
| XYZ | 29.53 | 27.54 | 9.72 | - |
| YUV | 141.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 71 | 0 | 0.28 | 0.62 | 0.27 | 32.63 | 0.45 | 0.5 |
| Hex | B9 | 85 | 47 | 0 | 1C | 3E | 1B | 21 | 2D | 32 |
| Octal | 271 | 205 | 107 | 0 | 34 | 76 | 33 | 41 | 55 | 62 |
| Binary | 10111001 | 10000101 | 1000111 | 0 | 11100 | 111110 | 11011 | 100001 | 101101 | 110010 |
Color Harmonies of #B98547
Complementary color
Monochromatic Colors of #B98547
Black with #B98547
Text Example
Text Example
White with #B98547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98547; }
p { color: rgb(185,133,71); }
H1.HeaderClassName
{
color: #B98547;
}
.AnyTagClassName
{
color: #B98547;
}
</style>
background-color css
<style>
a { background-color: #B98547; }
a { background-color: rgb(185,133,71); }
div.DivClassName
{
background-color: #B98547;
}
.BgClassName
{
background-color: #B98547;
}
</style>
border-color css
<style>
span { border-color: #B98547; }
span { border-color: rgb(185,133,71); }
td.TdClassName
{
border-color: #B98547;
}
.TagClassName
{
border-color: #B98547;
}
</style>