Shades of Marigold #B99041
Tints of Marigold #B99041
RGB
CMYK
RGB Variations
Color information
#B99041 (or 0xB99041) is known color: Marigold. HEX triplet: B9, 90 and 41. RGB value is (185,144,65). Sum of RGB (Red+Green+Blue) = 185+144+65=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B99041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99041 is #466FBE. Grayscale: #939393. Windows color (decimal): -4616127 or 4296889. OLE color: 4296889.
HSL color Cylindrical-coordinate representation of color #B99041: hue angle of 39.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B99041 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 65 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.27 |
| HSL | 39.5º | 0.48% | 0.49% | - |
| HSV(B) | 39.5º | 0.65% | 0.73% | - |
| XYZ | 30.93 | 30.64 | 9.29 | - |
| YUV | 147.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 65 | 0 | 0.22 | 0.65 | 0.27 | 39.5 | 0.48 | 0.49 |
| Hex | B9 | 90 | 41 | 0 | 16 | 41 | 1B | 28 | 30 | 31 |
| Octal | 271 | 220 | 101 | 0 | 26 | 101 | 33 | 50 | 60 | 61 |
| Binary | 10111001 | 10010000 | 1000001 | 0 | 10110 | 1000001 | 11011 | 101000 | 110000 | 110001 |
Color Harmonies of #B99041
Complementary color
Monochromatic Colors of #B99041
Black with #B99041
Text Example
Text Example
White with #B99041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99041; }
p { color: rgb(185,144,65); }
H1.HeaderClassName
{
color: #B99041;
}
.AnyTagClassName
{
color: #B99041;
}
</style>
background-color css
<style>
a { background-color: #B99041; }
a { background-color: rgb(185,144,65); }
div.DivClassName
{
background-color: #B99041;
}
.BgClassName
{
background-color: #B99041;
}
</style>
border-color css
<style>
span { border-color: #B99041; }
span { border-color: rgb(185,144,65); }
td.TdClassName
{
border-color: #B99041;
}
.TagClassName
{
border-color: #B99041;
}
</style>