Shades of Marigold #B7903D
Tints of Marigold #B7903D
RGB
CMYK
RGB Variations
Color information
#B7903D (or 0xB7903D) is known color: Marigold. HEX triplet: B7, 90 and 3D. RGB value is (183,144,61). Sum of RGB (Red+Green+Blue) = 183+144+61=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B7903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7903D is #486FC2. Grayscale: #929292. Windows color (decimal): -4747203 or 4034743. OLE color: 4034743.
HSL color Cylindrical-coordinate representation of color #B7903D: hue angle of 40.82º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7903D is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 61 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.28 |
| HSL | 40.82º | 0.5% | 0.48% | - |
| HSV(B) | 40.82º | 0.67% | 0.72% | - |
| XYZ | 30.34 | 30.35 | 8.67 | - |
| YUV | 146.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 61 | 0 | 0.21 | 0.67 | 0.28 | 40.82 | 0.5 | 0.48 |
| Hex | B7 | 90 | 3D | 0 | 15 | 43 | 1C | 29 | 32 | 30 |
| Octal | 267 | 220 | 75 | 0 | 25 | 103 | 34 | 51 | 62 | 60 |
| Binary | 10110111 | 10010000 | 111101 | 0 | 10101 | 1000011 | 11100 | 101001 | 110010 | 110000 |
Color Harmonies of #B7903D
Complementary color
Monochromatic Colors of #B7903D
Black with #B7903D
Text Example
Text Example
White with #B7903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7903D; }
p { color: rgb(183,144,61); }
H1.HeaderClassName
{
color: #B7903D;
}
.AnyTagClassName
{
color: #B7903D;
}
</style>
background-color css
<style>
a { background-color: #B7903D; }
a { background-color: rgb(183,144,61); }
div.DivClassName
{
background-color: #B7903D;
}
.BgClassName
{
background-color: #B7903D;
}
</style>
border-color css
<style>
span { border-color: #B7903D; }
span { border-color: rgb(183,144,61); }
td.TdClassName
{
border-color: #B7903D;
}
.TagClassName
{
border-color: #B7903D;
}
</style>