Shades of Marigold #B78436
Tints of Marigold #B78436
RGB
CMYK
RGB Variations
Color information
#B78436 (or 0xB78436) is known color: Marigold. HEX triplet: B7, 84 and 36. RGB value is (183,132,54). Sum of RGB (Red+Green+Blue) = 183+132+54=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B78436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78436 is #487BC9. Grayscale: #8A8A8A. Windows color (decimal): -4750282 or 3572919. OLE color: 3572919.
HSL color Cylindrical-coordinate representation of color #B78436: hue angle of 36.28º 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 #B78436 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 54 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.28 |
| HSL | 36.28º | 0.54% | 0.46% | - |
| HSV(B) | 36.28º | 0.7% | 0.72% | - |
| XYZ | 28.45 | 26.84 | 7.17 | - |
| YUV | 138.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 54 | 0 | 0.28 | 0.70 | 0.28 | 36.28 | 0.54 | 0.46 |
| Hex | B7 | 84 | 36 | 0 | 1C | 46 | 1C | 24 | 36 | 2E |
| Octal | 267 | 204 | 66 | 0 | 34 | 106 | 34 | 44 | 66 | 56 |
| Binary | 10110111 | 10000100 | 110110 | 0 | 11100 | 1000110 | 11100 | 100100 | 110110 | 101110 |
Color Harmonies of #B78436
Complementary color
Monochromatic Colors of #B78436
Black with #B78436
Text Example
Text Example
White with #B78436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78436; }
p { color: rgb(183,132,54); }
H1.HeaderClassName
{
color: #B78436;
}
.AnyTagClassName
{
color: #B78436;
}
</style>
background-color css
<style>
a { background-color: #B78436; }
a { background-color: rgb(183,132,54); }
div.DivClassName
{
background-color: #B78436;
}
.BgClassName
{
background-color: #B78436;
}
</style>
border-color css
<style>
span { border-color: #B78436; }
span { border-color: rgb(183,132,54); }
td.TdClassName
{
border-color: #B78436;
}
.TagClassName
{
border-color: #B78436;
}
</style>