Shades of Marigold #B78942
Tints of Marigold #B78942
RGB
CMYK
RGB Variations
Color information
#B78942 (or 0xB78942) is known color: Marigold. HEX triplet: B7, 89 and 42. RGB value is (183,137,66). Sum of RGB (Red+Green+Blue) = 183+137+66=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B78942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78942 is #4876BD. Grayscale: #8E8E8E. Windows color (decimal): -4748990 or 4360631. OLE color: 4360631.
HSL color Cylindrical-coordinate representation of color #B78942: hue angle of 36.41º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B78942 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 66 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.28 |
| HSL | 36.41º | 0.47% | 0.49% | - |
| HSV(B) | 36.41º | 0.64% | 0.72% | - |
| XYZ | 29.46 | 28.35 | 9.07 | - |
| YUV | 142.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 66 | 0 | 0.25 | 0.64 | 0.28 | 36.41 | 0.47 | 0.49 |
| Hex | B7 | 89 | 42 | 0 | 19 | 40 | 1C | 24 | 2F | 31 |
| Octal | 267 | 211 | 102 | 0 | 31 | 100 | 34 | 44 | 57 | 61 |
| Binary | 10110111 | 10001001 | 1000010 | 0 | 11001 | 1000000 | 11100 | 100100 | 101111 | 110001 |
Color Harmonies of #B78942
Complementary color
Monochromatic Colors of #B78942
Black with #B78942
Text Example
Text Example
White with #B78942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78942; }
p { color: rgb(183,137,66); }
H1.HeaderClassName
{
color: #B78942;
}
.AnyTagClassName
{
color: #B78942;
}
</style>
background-color css
<style>
a { background-color: #B78942; }
a { background-color: rgb(183,137,66); }
div.DivClassName
{
background-color: #B78942;
}
.BgClassName
{
background-color: #B78942;
}
</style>
border-color css
<style>
span { border-color: #B78942; }
span { border-color: rgb(183,137,66); }
td.TdClassName
{
border-color: #B78942;
}
.TagClassName
{
border-color: #B78942;
}
</style>