Shades of Marigold #B9883E
Tints of Marigold #B9883E
RGB
CMYK
RGB Variations
Color information
#B9883E (or 0xB9883E) is known color: Marigold. HEX triplet: B9, 88 and 3E. RGB value is (185,136,62). Sum of RGB (Red+Green+Blue) = 185+136+62=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9883E is #4677C1. Grayscale: #8E8E8E. Windows color (decimal): -4618178 or 4098233. OLE color: 4098233.
HSL color Cylindrical-coordinate representation of color #B9883E: hue angle of 36.1º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9883E is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 62 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.27 |
| HSL | 36.1º | 0.5% | 0.48% | - |
| HSV(B) | 36.1º | 0.66% | 0.73% | - |
| XYZ | 29.68 | 28.27 | 8.45 | - |
| YUV | 142.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 62 | 0 | 0.26 | 0.66 | 0.27 | 36.1 | 0.5 | 0.48 |
| Hex | B9 | 88 | 3E | 0 | 1A | 42 | 1B | 24 | 32 | 30 |
| Octal | 271 | 210 | 76 | 0 | 32 | 102 | 33 | 44 | 62 | 60 |
| Binary | 10111001 | 10001000 | 111110 | 0 | 11010 | 1000010 | 11011 | 100100 | 110010 | 110000 |
Color Harmonies of #B9883E
Complementary color
Monochromatic Colors of #B9883E
Black with #B9883E
Text Example
Text Example
White with #B9883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9883E; }
p { color: rgb(185,136,62); }
H1.HeaderClassName
{
color: #B9883E;
}
.AnyTagClassName
{
color: #B9883E;
}
</style>
background-color css
<style>
a { background-color: #B9883E; }
a { background-color: rgb(185,136,62); }
div.DivClassName
{
background-color: #B9883E;
}
.BgClassName
{
background-color: #B9883E;
}
</style>
border-color css
<style>
span { border-color: #B9883E; }
span { border-color: rgb(185,136,62); }
td.TdClassName
{
border-color: #B9883E;
}
.TagClassName
{
border-color: #B9883E;
}
</style>