Shades of Marigold #B9883A
Tints of Marigold #B9883A
RGB
CMYK
RGB Variations
Color information
#B9883A (or 0xB9883A) is known color: Marigold. HEX triplet: B9, 88 and 3A. RGB value is (185,136,58). Sum of RGB (Red+Green+Blue) = 185+136+58=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9883A is #4677C5. Grayscale: #8E8E8E. Windows color (decimal): -4618182 or 3836089. OLE color: 3836089.
HSL color Cylindrical-coordinate representation of color #B9883A: hue angle of 36.85º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9883A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 58 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.27 |
| HSL | 36.85º | 0.52% | 0.48% | - |
| HSV(B) | 36.85º | 0.69% | 0.73% | - |
| XYZ | 29.58 | 28.23 | 7.89 | - |
| YUV | 141.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 58 | 0 | 0.26 | 0.69 | 0.27 | 36.85 | 0.52 | 0.48 |
| Hex | B9 | 88 | 3A | 0 | 1A | 45 | 1B | 25 | 34 | 30 |
| Octal | 271 | 210 | 72 | 0 | 32 | 105 | 33 | 45 | 64 | 60 |
| Binary | 10111001 | 10001000 | 111010 | 0 | 11010 | 1000101 | 11011 | 100101 | 110100 | 110000 |
Color Harmonies of #B9883A
Complementary color
Monochromatic Colors of #B9883A
Black with #B9883A
Text Example
Text Example
White with #B9883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9883A; }
p { color: rgb(185,136,58); }
H1.HeaderClassName
{
color: #B9883A;
}
.AnyTagClassName
{
color: #B9883A;
}
</style>
background-color css
<style>
a { background-color: #B9883A; }
a { background-color: rgb(185,136,58); }
div.DivClassName
{
background-color: #B9883A;
}
.BgClassName
{
background-color: #B9883A;
}
</style>
border-color css
<style>
span { border-color: #B9883A; }
span { border-color: rgb(185,136,58); }
td.TdClassName
{
border-color: #B9883A;
}
.TagClassName
{
border-color: #B9883A;
}
</style>