Shades of Marigold #B78846
Tints of Marigold #B78846
RGB
CMYK
RGB Variations
Color information
#B78846 (or 0xB78846) is known color: Marigold. HEX triplet: B7, 88 and 46. RGB value is (183,136,70). Sum of RGB (Red+Green+Blue) = 183+136+70=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B78846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78846 is #4877B9. Grayscale: #8E8E8E. Windows color (decimal): -4749242 or 4622519. OLE color: 4622519.
HSL color Cylindrical-coordinate representation of color #B78846: hue angle of 35.04º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B78846 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 70 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.28 |
| HSL | 35.04º | 0.45% | 0.5% | - |
| HSV(B) | 35.04º | 0.62% | 0.72% | - |
| XYZ | 29.44 | 28.12 | 9.67 | - |
| YUV | 142.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 70 | 0 | 0.26 | 0.62 | 0.28 | 35.04 | 0.45 | 0.5 |
| Hex | B7 | 88 | 46 | 0 | 1A | 3E | 1C | 23 | 2D | 32 |
| Octal | 267 | 210 | 106 | 0 | 32 | 76 | 34 | 43 | 55 | 62 |
| Binary | 10110111 | 10001000 | 1000110 | 0 | 11010 | 111110 | 11100 | 100011 | 101101 | 110010 |
Color Harmonies of #B78846
Complementary color
Monochromatic Colors of #B78846
Black with #B78846
Text Example
Text Example
White with #B78846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78846; }
p { color: rgb(183,136,70); }
H1.HeaderClassName
{
color: #B78846;
}
.AnyTagClassName
{
color: #B78846;
}
</style>
background-color css
<style>
a { background-color: #B78846; }
a { background-color: rgb(183,136,70); }
div.DivClassName
{
background-color: #B78846;
}
.BgClassName
{
background-color: #B78846;
}
</style>
border-color css
<style>
span { border-color: #B78846; }
span { border-color: rgb(183,136,70); }
td.TdClassName
{
border-color: #B78846;
}
.TagClassName
{
border-color: #B78846;
}
</style>