Shades of Marigold #B78A46
Tints of Marigold #B78A46
RGB
CMYK
RGB Variations
Color information
#B78A46 (or 0xB78A46) is known color: Marigold. HEX triplet: B7, 8A and 46. RGB value is (183,138,70). Sum of RGB (Red+Green+Blue) = 183+138+70=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A46 is #4875B9. Grayscale: #909090. Windows color (decimal): -4748730 or 4623031. OLE color: 4623031.
HSL color Cylindrical-coordinate representation of color #B78A46: hue angle of 36.11º 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 #B78A46 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 70 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.28 |
| HSL | 36.11º | 0.45% | 0.5% | - |
| HSV(B) | 36.11º | 0.62% | 0.72% | - |
| XYZ | 29.72 | 28.69 | 9.76 | - |
| YUV | 143.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 70 | 0 | 0.25 | 0.62 | 0.28 | 36.11 | 0.45 | 0.5 |
| Hex | B7 | 8A | 46 | 0 | 19 | 3E | 1C | 24 | 2D | 32 |
| Octal | 267 | 212 | 106 | 0 | 31 | 76 | 34 | 44 | 55 | 62 |
| Binary | 10110111 | 10001010 | 1000110 | 0 | 11001 | 111110 | 11100 | 100100 | 101101 | 110010 |
Color Harmonies of #B78A46
Complementary color
Monochromatic Colors of #B78A46
Black with #B78A46
Text Example
Text Example
White with #B78A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A46; }
p { color: rgb(183,138,70); }
H1.HeaderClassName
{
color: #B78A46;
}
.AnyTagClassName
{
color: #B78A46;
}
</style>
background-color css
<style>
a { background-color: #B78A46; }
a { background-color: rgb(183,138,70); }
div.DivClassName
{
background-color: #B78A46;
}
.BgClassName
{
background-color: #B78A46;
}
</style>
border-color css
<style>
span { border-color: #B78A46; }
span { border-color: rgb(183,138,70); }
td.TdClassName
{
border-color: #B78A46;
}
.TagClassName
{
border-color: #B78A46;
}
</style>