Shades of Marigold #B9853D
Tints of Marigold #B9853D
RGB
CMYK
RGB Variations
Color information
#B9853D (or 0xB9853D) is known color: Marigold. HEX triplet: B9, 85 and 3D. RGB value is (185,133,61). Sum of RGB (Red+Green+Blue) = 185+133+61=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9853D is #467AC2. Grayscale: #8C8C8C. Windows color (decimal): -4618947 or 4031929. OLE color: 4031929.
HSL color Cylindrical-coordinate representation of color #B9853D: hue angle of 34.84º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9853D is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 61 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.27 |
| HSL | 34.84º | 0.5% | 0.48% | - |
| HSV(B) | 34.84º | 0.67% | 0.73% | - |
| XYZ | 29.24 | 27.43 | 8.17 | - |
| YUV | 140.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 61 | 0 | 0.28 | 0.67 | 0.27 | 34.84 | 0.5 | 0.48 |
| Hex | B9 | 85 | 3D | 0 | 1C | 43 | 1B | 23 | 32 | 30 |
| Octal | 271 | 205 | 75 | 0 | 34 | 103 | 33 | 43 | 62 | 60 |
| Binary | 10111001 | 10000101 | 111101 | 0 | 11100 | 1000011 | 11011 | 100011 | 110010 | 110000 |
Color Harmonies of #B9853D
Complementary color
Monochromatic Colors of #B9853D
Black with #B9853D
Text Example
Text Example
White with #B9853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9853D; }
p { color: rgb(185,133,61); }
H1.HeaderClassName
{
color: #B9853D;
}
.AnyTagClassName
{
color: #B9853D;
}
</style>
background-color css
<style>
a { background-color: #B9853D; }
a { background-color: rgb(185,133,61); }
div.DivClassName
{
background-color: #B9853D;
}
.BgClassName
{
background-color: #B9853D;
}
</style>
border-color css
<style>
span { border-color: #B9853D; }
span { border-color: rgb(185,133,61); }
td.TdClassName
{
border-color: #B9853D;
}
.TagClassName
{
border-color: #B9853D;
}
</style>