Shades of Marigold #B78637
Tints of Marigold #B78637
RGB
CMYK
RGB Variations
Color information
#B78637 (or 0xB78637) is known color: Marigold. HEX triplet: B7, 86 and 37. RGB value is (183,134,55). Sum of RGB (Red+Green+Blue) = 183+134+55=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B78637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78637 is #4879C8. Grayscale: #8C8C8C. Windows color (decimal): -4749769 or 3638967. OLE color: 3638967.
HSL color Cylindrical-coordinate representation of color #B78637: hue angle of 37.03º 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 #B78637 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 55 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.28 |
| HSL | 37.03º | 0.54% | 0.47% | - |
| HSV(B) | 37.03º | 0.7% | 0.72% | - |
| XYZ | 28.74 | 27.39 | 7.39 | - |
| YUV | 139.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 55 | 0 | 0.27 | 0.70 | 0.28 | 37.03 | 0.54 | 0.47 |
| Hex | B7 | 86 | 37 | 0 | 1B | 46 | 1C | 25 | 36 | 2F |
| Octal | 267 | 206 | 67 | 0 | 33 | 106 | 34 | 45 | 66 | 57 |
| Binary | 10110111 | 10000110 | 110111 | 0 | 11011 | 1000110 | 11100 | 100101 | 110110 | 101111 |
Color Harmonies of #B78637
Complementary color
Monochromatic Colors of #B78637
Black with #B78637
Text Example
Text Example
White with #B78637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78637; }
p { color: rgb(183,134,55); }
H1.HeaderClassName
{
color: #B78637;
}
.AnyTagClassName
{
color: #B78637;
}
</style>
background-color css
<style>
a { background-color: #B78637; }
a { background-color: rgb(183,134,55); }
div.DivClassName
{
background-color: #B78637;
}
.BgClassName
{
background-color: #B78637;
}
</style>
border-color css
<style>
span { border-color: #B78637; }
span { border-color: rgb(183,134,55); }
td.TdClassName
{
border-color: #B78637;
}
.TagClassName
{
border-color: #B78637;
}
</style>