Shades of Marigold #B78B40
Tints of Marigold #B78B40
RGB
CMYK
RGB Variations
Color information
#B78B40 (or 0xB78B40) is known color: Marigold. HEX triplet: B7, 8B and 40. RGB value is (183,139,64). Sum of RGB (Red+Green+Blue) = 183+139+64=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78B40 is #4874BF. Grayscale: #8F8F8F. Windows color (decimal): -4748480 or 4230071. OLE color: 4230071.
HSL color Cylindrical-coordinate representation of color #B78B40: hue angle of 37.82º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B78B40 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 64 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.28 |
| HSL | 37.82º | 0.48% | 0.48% | - |
| HSV(B) | 37.82º | 0.65% | 0.72% | - |
| XYZ | 29.69 | 28.9 | 8.86 | - |
| YUV | 143.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 64 | 0 | 0.24 | 0.65 | 0.28 | 37.82 | 0.48 | 0.48 |
| Hex | B7 | 8B | 40 | 0 | 18 | 41 | 1C | 26 | 30 | 30 |
| Octal | 267 | 213 | 100 | 0 | 30 | 101 | 34 | 46 | 60 | 60 |
| Binary | 10110111 | 10001011 | 1000000 | 0 | 11000 | 1000001 | 11100 | 100110 | 110000 | 110000 |
Color Harmonies of #B78B40
Complementary color
Monochromatic Colors of #B78B40
Black with #B78B40
Text Example
Text Example
White with #B78B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78B40; }
p { color: rgb(183,139,64); }
H1.HeaderClassName
{
color: #B78B40;
}
.AnyTagClassName
{
color: #B78B40;
}
</style>
background-color css
<style>
a { background-color: #B78B40; }
a { background-color: rgb(183,139,64); }
div.DivClassName
{
background-color: #B78B40;
}
.BgClassName
{
background-color: #B78B40;
}
</style>
border-color css
<style>
span { border-color: #B78B40; }
span { border-color: rgb(183,139,64); }
td.TdClassName
{
border-color: #B78B40;
}
.TagClassName
{
border-color: #B78B40;
}
</style>