Shades of Marigold #B7883D
Tints of Marigold #B7883D
RGB
CMYK
RGB Variations
Color information
#B7883D (or 0xB7883D) is known color: Marigold. HEX triplet: B7, 88 and 3D. RGB value is (183,136,61). Sum of RGB (Red+Green+Blue) = 183+136+61=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7883D is #4877C2. Grayscale: #8D8D8D. Windows color (decimal): -4749251 or 4032695. OLE color: 4032695.
HSL color Cylindrical-coordinate representation of color #B7883D: hue angle of 36.89º 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 #B7883D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 61 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.28 |
| HSL | 36.89º | 0.5% | 0.48% | - |
| HSV(B) | 36.89º | 0.67% | 0.72% | - |
| XYZ | 29.17 | 28.01 | 8.28 | - |
| YUV | 141.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 61 | 0 | 0.26 | 0.67 | 0.28 | 36.89 | 0.5 | 0.48 |
| Hex | B7 | 88 | 3D | 0 | 1A | 43 | 1C | 25 | 32 | 30 |
| Octal | 267 | 210 | 75 | 0 | 32 | 103 | 34 | 45 | 62 | 60 |
| Binary | 10110111 | 10001000 | 111101 | 0 | 11010 | 1000011 | 11100 | 100101 | 110010 | 110000 |
Color Harmonies of #B7883D
Complementary color
Monochromatic Colors of #B7883D
Black with #B7883D
Text Example
Text Example
White with #B7883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7883D; }
p { color: rgb(183,136,61); }
H1.HeaderClassName
{
color: #B7883D;
}
.AnyTagClassName
{
color: #B7883D;
}
</style>
background-color css
<style>
a { background-color: #B7883D; }
a { background-color: rgb(183,136,61); }
div.DivClassName
{
background-color: #B7883D;
}
.BgClassName
{
background-color: #B7883D;
}
</style>
border-color css
<style>
span { border-color: #B7883D; }
span { border-color: rgb(183,136,61); }
td.TdClassName
{
border-color: #B7883D;
}
.TagClassName
{
border-color: #B7883D;
}
</style>