Shades of Marigold #B78E42
Tints of Marigold #B78E42
RGB
CMYK
RGB Variations
Color information
#B78E42 (or 0xB78E42) is known color: Marigold. HEX triplet: B7, 8E and 42. RGB value is (183,142,66). Sum of RGB (Red+Green+Blue) = 183+142+66=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78E42 is #4871BD. Grayscale: #919191. Windows color (decimal): -4747710 or 4361911. OLE color: 4361911.
HSL color Cylindrical-coordinate representation of color #B78E42: hue angle of 38.97º 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 #B78E42 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 66 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.28 |
| HSL | 38.97º | 0.47% | 0.49% | - |
| HSV(B) | 38.97º | 0.64% | 0.72% | - |
| XYZ | 30.18 | 29.81 | 9.32 | - |
| YUV | 145.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 66 | 0 | 0.22 | 0.64 | 0.28 | 38.97 | 0.47 | 0.49 |
| Hex | B7 | 8E | 42 | 0 | 16 | 40 | 1C | 27 | 2F | 31 |
| Octal | 267 | 216 | 102 | 0 | 26 | 100 | 34 | 47 | 57 | 61 |
| Binary | 10110111 | 10001110 | 1000010 | 0 | 10110 | 1000000 | 11100 | 100111 | 101111 | 110001 |
Color Harmonies of #B78E42
Complementary color
Monochromatic Colors of #B78E42
Black with #B78E42
Text Example
Text Example
White with #B78E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78E42; }
p { color: rgb(183,142,66); }
H1.HeaderClassName
{
color: #B78E42;
}
.AnyTagClassName
{
color: #B78E42;
}
</style>
background-color css
<style>
a { background-color: #B78E42; }
a { background-color: rgb(183,142,66); }
div.DivClassName
{
background-color: #B78E42;
}
.BgClassName
{
background-color: #B78E42;
}
</style>
border-color css
<style>
span { border-color: #B78E42; }
span { border-color: rgb(183,142,66); }
td.TdClassName
{
border-color: #B78E42;
}
.TagClassName
{
border-color: #B78E42;
}
</style>