Shades of Marigold #B9853B
Tints of Marigold #B9853B
RGB
CMYK
RGB Variations
Color information
#B9853B (or 0xB9853B) is known color: Marigold. HEX triplet: B9, 85 and 3B. RGB value is (185,133,59). Sum of RGB (Red+Green+Blue) = 185+133+59=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9853B is #467AC4. Grayscale: #8C8C8C. Windows color (decimal): -4618949 or 3900857. OLE color: 3900857.
HSL color Cylindrical-coordinate representation of color #B9853B: hue angle of 35.24º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9853B is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 59 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.27 |
| HSL | 35.24º | 0.52% | 0.48% | - |
| HSV(B) | 35.24º | 0.68% | 0.73% | - |
| XYZ | 29.18 | 27.41 | 7.89 | - |
| YUV | 140.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 59 | 0 | 0.28 | 0.68 | 0.27 | 35.24 | 0.52 | 0.48 |
| Hex | B9 | 85 | 3B | 0 | 1C | 44 | 1B | 23 | 34 | 30 |
| Octal | 271 | 205 | 73 | 0 | 34 | 104 | 33 | 43 | 64 | 60 |
| Binary | 10111001 | 10000101 | 111011 | 0 | 11100 | 1000100 | 11011 | 100011 | 110100 | 110000 |
Color Harmonies of #B9853B
Complementary color
Monochromatic Colors of #B9853B
Black with #B9853B
Text Example
Text Example
White with #B9853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9853B; }
p { color: rgb(185,133,59); }
H1.HeaderClassName
{
color: #B9853B;
}
.AnyTagClassName
{
color: #B9853B;
}
</style>
background-color css
<style>
a { background-color: #B9853B; }
a { background-color: rgb(185,133,59); }
div.DivClassName
{
background-color: #B9853B;
}
.BgClassName
{
background-color: #B9853B;
}
</style>
border-color css
<style>
span { border-color: #B9853B; }
span { border-color: rgb(185,133,59); }
td.TdClassName
{
border-color: #B9853B;
}
.TagClassName
{
border-color: #B9853B;
}
</style>