Shades of Marigold #B9903D
Tints of Marigold #B9903D
RGB
CMYK
RGB Variations
Color information
#B9903D (or 0xB9903D) is known color: Marigold. HEX triplet: B9, 90 and 3D. RGB value is (185,144,61). Sum of RGB (Red+Green+Blue) = 185+144+61=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9903D is #466FC2. Grayscale: #939393. Windows color (decimal): -4616131 or 4034745. OLE color: 4034745.
HSL color Cylindrical-coordinate representation of color #B9903D: hue angle of 40.16º 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 #B9903D is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 61 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.27 |
| HSL | 40.16º | 0.5% | 0.48% | - |
| HSV(B) | 40.16º | 0.67% | 0.73% | - |
| XYZ | 30.82 | 30.6 | 8.7 | - |
| YUV | 146.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 61 | 0 | 0.22 | 0.67 | 0.27 | 40.16 | 0.5 | 0.48 |
| Hex | B9 | 90 | 3D | 0 | 16 | 43 | 1B | 28 | 32 | 30 |
| Octal | 271 | 220 | 75 | 0 | 26 | 103 | 33 | 50 | 62 | 60 |
| Binary | 10111001 | 10010000 | 111101 | 0 | 10110 | 1000011 | 11011 | 101000 | 110010 | 110000 |
Color Harmonies of #B9903D
Complementary color
Monochromatic Colors of #B9903D
Black with #B9903D
Text Example
Text Example
White with #B9903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9903D; }
p { color: rgb(185,144,61); }
H1.HeaderClassName
{
color: #B9903D;
}
.AnyTagClassName
{
color: #B9903D;
}
</style>
background-color css
<style>
a { background-color: #B9903D; }
a { background-color: rgb(185,144,61); }
div.DivClassName
{
background-color: #B9903D;
}
.BgClassName
{
background-color: #B9903D;
}
</style>
border-color css
<style>
span { border-color: #B9903D; }
span { border-color: rgb(185,144,61); }
td.TdClassName
{
border-color: #B9903D;
}
.TagClassName
{
border-color: #B9903D;
}
</style>