Shades of Marigold #B78647
Tints of Marigold #B78647
RGB
CMYK
RGB Variations
Color information
#B78647 (or 0xB78647) is known color: Marigold. HEX triplet: B7, 86 and 47. RGB value is (183,134,71). Sum of RGB (Red+Green+Blue) = 183+134+71=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B78647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78647 is #4879B8. Grayscale: #8D8D8D. Windows color (decimal): -4749753 or 4687543. OLE color: 4687543.
HSL color Cylindrical-coordinate representation of color #B78647: hue angle of 33.75º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B78647 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 71 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.28 |
| HSL | 33.75º | 0.44% | 0.5% | - |
| HSV(B) | 33.75º | 0.61% | 0.72% | - |
| XYZ | 29.19 | 27.57 | 9.74 | - |
| YUV | 141.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 71 | 0 | 0.27 | 0.61 | 0.28 | 33.75 | 0.44 | 0.5 |
| Hex | B7 | 86 | 47 | 0 | 1B | 3D | 1C | 22 | 2C | 32 |
| Octal | 267 | 206 | 107 | 0 | 33 | 75 | 34 | 42 | 54 | 62 |
| Binary | 10110111 | 10000110 | 1000111 | 0 | 11011 | 111101 | 11100 | 100010 | 101100 | 110010 |
Color Harmonies of #B78647
Complementary color
Monochromatic Colors of #B78647
Black with #B78647
Text Example
Text Example
White with #B78647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78647; }
p { color: rgb(183,134,71); }
H1.HeaderClassName
{
color: #B78647;
}
.AnyTagClassName
{
color: #B78647;
}
</style>
background-color css
<style>
a { background-color: #B78647; }
a { background-color: rgb(183,134,71); }
div.DivClassName
{
background-color: #B78647;
}
.BgClassName
{
background-color: #B78647;
}
</style>
border-color css
<style>
span { border-color: #B78647; }
span { border-color: rgb(183,134,71); }
td.TdClassName
{
border-color: #B78647;
}
.TagClassName
{
border-color: #B78647;
}
</style>