Shades of Marigold #B78836
Tints of Marigold #B78836
RGB
CMYK
RGB Variations
Color information
#B78836 (or 0xB78836) is known color: Marigold. HEX triplet: B7, 88 and 36. RGB value is (183,136,54). Sum of RGB (Red+Green+Blue) = 183+136+54=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B78836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78836 is #4877C9. Grayscale: #8D8D8D. Windows color (decimal): -4749258 or 3573943. OLE color: 3573943.
HSL color Cylindrical-coordinate representation of color #B78836: hue angle of 38.14º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B78836 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 54 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.28 |
| HSL | 38.14º | 0.54% | 0.46% | - |
| HSV(B) | 38.14º | 0.7% | 0.72% | - |
| XYZ | 29 | 27.94 | 7.35 | - |
| YUV | 140.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 54 | 0 | 0.26 | 0.70 | 0.28 | 38.14 | 0.54 | 0.46 |
| Hex | B7 | 88 | 36 | 0 | 1A | 46 | 1C | 26 | 36 | 2E |
| Octal | 267 | 210 | 66 | 0 | 32 | 106 | 34 | 46 | 66 | 56 |
| Binary | 10110111 | 10001000 | 110110 | 0 | 11010 | 1000110 | 11100 | 100110 | 110110 | 101110 |
Color Harmonies of #B78836
Complementary color
Monochromatic Colors of #B78836
Black with #B78836
Text Example
Text Example
White with #B78836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78836; }
p { color: rgb(183,136,54); }
H1.HeaderClassName
{
color: #B78836;
}
.AnyTagClassName
{
color: #B78836;
}
</style>
background-color css
<style>
a { background-color: #B78836; }
a { background-color: rgb(183,136,54); }
div.DivClassName
{
background-color: #B78836;
}
.BgClassName
{
background-color: #B78836;
}
</style>
border-color css
<style>
span { border-color: #B78836; }
span { border-color: rgb(183,136,54); }
td.TdClassName
{
border-color: #B78836;
}
.TagClassName
{
border-color: #B78836;
}
</style>