Shades of Marigold #B78636
Tints of Marigold #B78636
RGB
CMYK
RGB Variations
Color information
#B78636 (or 0xB78636) is known color: Marigold. HEX triplet: B7, 86 and 36. RGB value is (183,134,54). Sum of RGB (Red+Green+Blue) = 183+134+54=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B78636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78636 is #4879C9. Grayscale: #8B8B8B. Windows color (decimal): -4749770 or 3573431. OLE color: 3573431.
HSL color Cylindrical-coordinate representation of color #B78636: hue angle of 37.21º 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 #B78636 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 54 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.28 |
| HSL | 37.21º | 0.54% | 0.46% | - |
| HSV(B) | 37.21º | 0.7% | 0.72% | - |
| XYZ | 28.72 | 27.38 | 7.26 | - |
| YUV | 139.53 | 79.73 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 54 | 0 | 0.27 | 0.70 | 0.28 | 37.21 | 0.54 | 0.46 |
| Hex | B7 | 86 | 36 | 0 | 1B | 46 | 1C | 25 | 36 | 2E |
| Octal | 267 | 206 | 66 | 0 | 33 | 106 | 34 | 45 | 66 | 56 |
| Binary | 10110111 | 10000110 | 110110 | 0 | 11011 | 1000110 | 11100 | 100101 | 110110 | 101110 |
Color Harmonies of #B78636
Complementary color
Monochromatic Colors of #B78636
Black with #B78636
Text Example
Text Example
White with #B78636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78636; }
p { color: rgb(183,134,54); }
H1.HeaderClassName
{
color: #B78636;
}
.AnyTagClassName
{
color: #B78636;
}
</style>
background-color css
<style>
a { background-color: #B78636; }
a { background-color: rgb(183,134,54); }
div.DivClassName
{
background-color: #B78636;
}
.BgClassName
{
background-color: #B78636;
}
</style>
border-color css
<style>
span { border-color: #B78636; }
span { border-color: rgb(183,134,54); }
td.TdClassName
{
border-color: #B78636;
}
.TagClassName
{
border-color: #B78636;
}
</style>