Shades of Marigold #B9883D
Tints of Marigold #B9883D
RGB
CMYK
RGB Variations
Color information
#B9883D (or 0xB9883D) is known color: Marigold. HEX triplet: B9, 88 and 3D. RGB value is (185,136,61). Sum of RGB (Red+Green+Blue) = 185+136+61=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9883D is #4677C2. Grayscale: #8E8E8E. Windows color (decimal): -4618179 or 4032697. OLE color: 4032697.
HSL color Cylindrical-coordinate representation of color #B9883D: hue angle of 36.29º 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 #B9883D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 61 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.27 |
| HSL | 36.29º | 0.5% | 0.48% | - |
| HSV(B) | 36.29º | 0.67% | 0.73% | - |
| XYZ | 29.65 | 28.26 | 8.31 | - |
| YUV | 142.1 | 82.23 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 61 | 0 | 0.26 | 0.67 | 0.27 | 36.29 | 0.5 | 0.48 |
| Hex | B9 | 88 | 3D | 0 | 1A | 43 | 1B | 24 | 32 | 30 |
| Octal | 271 | 210 | 75 | 0 | 32 | 103 | 33 | 44 | 62 | 60 |
| Binary | 10111001 | 10001000 | 111101 | 0 | 11010 | 1000011 | 11011 | 100100 | 110010 | 110000 |
Color Harmonies of #B9883D
Complementary color
Monochromatic Colors of #B9883D
Black with #B9883D
Text Example
Text Example
White with #B9883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9883D; }
p { color: rgb(185,136,61); }
H1.HeaderClassName
{
color: #B9883D;
}
.AnyTagClassName
{
color: #B9883D;
}
</style>
background-color css
<style>
a { background-color: #B9883D; }
a { background-color: rgb(185,136,61); }
div.DivClassName
{
background-color: #B9883D;
}
.BgClassName
{
background-color: #B9883D;
}
</style>
border-color css
<style>
span { border-color: #B9883D; }
span { border-color: rgb(185,136,61); }
td.TdClassName
{
border-color: #B9883D;
}
.TagClassName
{
border-color: #B9883D;
}
</style>