Shades of Marigold #B5903B
Tints of Marigold #B5903B
RGB
CMYK
RGB Variations
Color information
#B5903B (or 0xB5903B) is known color: Marigold. HEX triplet: B5, 90 and 3B. RGB value is (181,144,59). Sum of RGB (Red+Green+Blue) = 181+144+59=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5903B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5903B is #4A6FC4. Grayscale: #919191. Windows color (decimal): -4878277 or 3903669. OLE color: 3903669.
HSL color Cylindrical-coordinate representation of color #B5903B: hue angle of 41.8º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5903B is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 59 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.29 |
| HSL | 41.8º | 0.51% | 0.47% | - |
| HSV(B) | 41.8º | 0.67% | 0.71% | - |
| XYZ | 29.82 | 30.09 | 8.37 | - |
| YUV | 145.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 59 | 0 | 0.20 | 0.67 | 0.29 | 41.8 | 0.51 | 0.47 |
| Hex | B5 | 90 | 3B | 0 | 14 | 43 | 1D | 2A | 33 | 2F |
| Octal | 265 | 220 | 73 | 0 | 24 | 103 | 35 | 52 | 63 | 57 |
| Binary | 10110101 | 10010000 | 111011 | 0 | 10100 | 1000011 | 11101 | 101010 | 110011 | 101111 |
Color Harmonies of #B5903B
Complementary color
Monochromatic Colors of #B5903B
Black with #B5903B
Text Example
Text Example
White with #B5903B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5903B; }
p { color: rgb(181,144,59); }
H1.HeaderClassName
{
color: #B5903B;
}
.AnyTagClassName
{
color: #B5903B;
}
</style>
background-color css
<style>
a { background-color: #B5903B; }
a { background-color: rgb(181,144,59); }
div.DivClassName
{
background-color: #B5903B;
}
.BgClassName
{
background-color: #B5903B;
}
</style>
border-color css
<style>
span { border-color: #B5903B; }
span { border-color: rgb(181,144,59); }
td.TdClassName
{
border-color: #B5903B;
}
.TagClassName
{
border-color: #B5903B;
}
</style>