Shades of Marigold #B7903E
Tints of Marigold #B7903E
RGB
CMYK
RGB Variations
Color information
#B7903E (or 0xB7903E) is known color: Marigold. HEX triplet: B7, 90 and 3E. RGB value is (183,144,62). Sum of RGB (Red+Green+Blue) = 183+144+62=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7903E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7903E is #486FC1. Grayscale: #929292. Windows color (decimal): -4747202 or 4100279. OLE color: 4100279.
HSL color Cylindrical-coordinate representation of color #B7903E: hue angle of 40.66º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7903E is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 62 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.28 |
| HSL | 40.66º | 0.49% | 0.48% | - |
| HSV(B) | 40.66º | 0.66% | 0.72% | - |
| XYZ | 30.37 | 30.36 | 8.82 | - |
| YUV | 146.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 62 | 0 | 0.21 | 0.66 | 0.28 | 40.66 | 0.49 | 0.48 |
| Hex | B7 | 90 | 3E | 0 | 15 | 42 | 1C | 29 | 31 | 30 |
| Octal | 267 | 220 | 76 | 0 | 25 | 102 | 34 | 51 | 61 | 60 |
| Binary | 10110111 | 10010000 | 111110 | 0 | 10101 | 1000010 | 11100 | 101001 | 110001 | 110000 |
Color Harmonies of #B7903E
Complementary color
Monochromatic Colors of #B7903E
Black with #B7903E
Text Example
Text Example
White with #B7903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7903E; }
p { color: rgb(183,144,62); }
H1.HeaderClassName
{
color: #B7903E;
}
.AnyTagClassName
{
color: #B7903E;
}
</style>
background-color css
<style>
a { background-color: #B7903E; }
a { background-color: rgb(183,144,62); }
div.DivClassName
{
background-color: #B7903E;
}
.BgClassName
{
background-color: #B7903E;
}
</style>
border-color css
<style>
span { border-color: #B7903E; }
span { border-color: rgb(183,144,62); }
td.TdClassName
{
border-color: #B7903E;
}
.TagClassName
{
border-color: #B7903E;
}
</style>