Shades of Marigold #B9903C
Tints of Marigold #B9903C
RGB
CMYK
RGB Variations
Color information
#B9903C (or 0xB9903C) is known color: Marigold. HEX triplet: B9, 90 and 3C. RGB value is (185,144,60). Sum of RGB (Red+Green+Blue) = 185+144+60=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9903C is #466FC3. Grayscale: #939393. Windows color (decimal): -4616132 or 3969209. OLE color: 3969209.
HSL color Cylindrical-coordinate representation of color #B9903C: hue angle of 40.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9903C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 60 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.27 |
| HSL | 40.32º | 0.51% | 0.48% | - |
| HSV(B) | 40.32º | 0.68% | 0.73% | - |
| XYZ | 30.8 | 30.59 | 8.56 | - |
| YUV | 146.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 60 | 0 | 0.22 | 0.68 | 0.27 | 40.32 | 0.51 | 0.48 |
| Hex | B9 | 90 | 3C | 0 | 16 | 44 | 1B | 28 | 33 | 30 |
| Octal | 271 | 220 | 74 | 0 | 26 | 104 | 33 | 50 | 63 | 60 |
| Binary | 10111001 | 10010000 | 111100 | 0 | 10110 | 1000100 | 11011 | 101000 | 110011 | 110000 |
Color Harmonies of #B9903C
Complementary color
Monochromatic Colors of #B9903C
Black with #B9903C
Text Example
Text Example
White with #B9903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9903C; }
p { color: rgb(185,144,60); }
H1.HeaderClassName
{
color: #B9903C;
}
.AnyTagClassName
{
color: #B9903C;
}
</style>
background-color css
<style>
a { background-color: #B9903C; }
a { background-color: rgb(185,144,60); }
div.DivClassName
{
background-color: #B9903C;
}
.BgClassName
{
background-color: #B9903C;
}
</style>
border-color css
<style>
span { border-color: #B9903C; }
span { border-color: rgb(185,144,60); }
td.TdClassName
{
border-color: #B9903C;
}
.TagClassName
{
border-color: #B9903C;
}
</style>