Shades of Marigold #B78837
Tints of Marigold #B78837
RGB
CMYK
RGB Variations
Color information
#B78837 (or 0xB78837) is known color: Marigold. HEX triplet: B7, 88 and 37. RGB value is (183,136,55). Sum of RGB (Red+Green+Blue) = 183+136+55=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B78837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78837 is #4877C8. Grayscale: #8D8D8D. Windows color (decimal): -4749257 or 3639479. OLE color: 3639479.
HSL color Cylindrical-coordinate representation of color #B78837: hue angle of 37.97º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B78837 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 55 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.28 |
| HSL | 37.97º | 0.54% | 0.47% | - |
| HSV(B) | 37.97º | 0.7% | 0.72% | - |
| XYZ | 29.02 | 27.95 | 7.48 | - |
| YUV | 140.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 55 | 0 | 0.26 | 0.70 | 0.28 | 37.97 | 0.54 | 0.47 |
| Hex | B7 | 88 | 37 | 0 | 1A | 46 | 1C | 26 | 36 | 2F |
| Octal | 267 | 210 | 67 | 0 | 32 | 106 | 34 | 46 | 66 | 57 |
| Binary | 10110111 | 10001000 | 110111 | 0 | 11010 | 1000110 | 11100 | 100110 | 110110 | 101111 |
Color Harmonies of #B78837
Complementary color
Monochromatic Colors of #B78837
Black with #B78837
Text Example
Text Example
White with #B78837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78837; }
p { color: rgb(183,136,55); }
H1.HeaderClassName
{
color: #B78837;
}
.AnyTagClassName
{
color: #B78837;
}
</style>
background-color css
<style>
a { background-color: #B78837; }
a { background-color: rgb(183,136,55); }
div.DivClassName
{
background-color: #B78837;
}
.BgClassName
{
background-color: #B78837;
}
</style>
border-color css
<style>
span { border-color: #B78837; }
span { border-color: rgb(183,136,55); }
td.TdClassName
{
border-color: #B78837;
}
.TagClassName
{
border-color: #B78837;
}
</style>