Shades of Marigold #B78C46
Tints of Marigold #B78C46
RGB
CMYK
RGB Variations
Color information
#B78C46 (or 0xB78C46) is known color: Marigold. HEX triplet: B7, 8C and 46. RGB value is (183,140,70). Sum of RGB (Red+Green+Blue) = 183+140+70=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C46 is #4873B9. Grayscale: #919191. Windows color (decimal): -4748218 or 4623543. OLE color: 4623543.
HSL color Cylindrical-coordinate representation of color #B78C46: hue angle of 37.17º 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 #B78C46 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 70 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.28 |
| HSL | 37.17º | 0.45% | 0.5% | - |
| HSV(B) | 37.17º | 0.62% | 0.72% | - |
| XYZ | 30.01 | 29.27 | 9.86 | - |
| YUV | 144.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 70 | 0 | 0.23 | 0.62 | 0.28 | 37.17 | 0.45 | 0.5 |
| Hex | B7 | 8C | 46 | 0 | 17 | 3E | 1C | 25 | 2D | 32 |
| Octal | 267 | 214 | 106 | 0 | 27 | 76 | 34 | 45 | 55 | 62 |
| Binary | 10110111 | 10001100 | 1000110 | 0 | 10111 | 111110 | 11100 | 100101 | 101101 | 110010 |
Color Harmonies of #B78C46
Complementary color
Monochromatic Colors of #B78C46
Black with #B78C46
Text Example
Text Example
White with #B78C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C46; }
p { color: rgb(183,140,70); }
H1.HeaderClassName
{
color: #B78C46;
}
.AnyTagClassName
{
color: #B78C46;
}
</style>
background-color css
<style>
a { background-color: #B78C46; }
a { background-color: rgb(183,140,70); }
div.DivClassName
{
background-color: #B78C46;
}
.BgClassName
{
background-color: #B78C46;
}
</style>
border-color css
<style>
span { border-color: #B78C46; }
span { border-color: rgb(183,140,70); }
td.TdClassName
{
border-color: #B78C46;
}
.TagClassName
{
border-color: #B78C46;
}
</style>