Shades of Marigold #B78F40
Tints of Marigold #B78F40
RGB
CMYK
RGB Variations
Color information
#B78F40 (or 0xB78F40) is known color: Marigold. HEX triplet: B7, 8F and 40. RGB value is (183,143,64). Sum of RGB (Red+Green+Blue) = 183+143+64=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F40 is #4870BF. Grayscale: #929292. Windows color (decimal): -4747456 or 4231095. OLE color: 4231095.
HSL color Cylindrical-coordinate representation of color #B78F40: hue angle of 39.83º 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 #B78F40 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 64 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.28 |
| HSL | 39.83º | 0.48% | 0.48% | - |
| HSV(B) | 39.83º | 0.65% | 0.72% | - |
| XYZ | 30.28 | 30.08 | 9.06 | - |
| YUV | 145.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 64 | 0 | 0.22 | 0.65 | 0.28 | 39.83 | 0.48 | 0.48 |
| Hex | B7 | 8F | 40 | 0 | 16 | 41 | 1C | 28 | 30 | 30 |
| Octal | 267 | 217 | 100 | 0 | 26 | 101 | 34 | 50 | 60 | 60 |
| Binary | 10110111 | 10001111 | 1000000 | 0 | 10110 | 1000001 | 11100 | 101000 | 110000 | 110000 |
Color Harmonies of #B78F40
Complementary color
Monochromatic Colors of #B78F40
Black with #B78F40
Text Example
Text Example
White with #B78F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F40; }
p { color: rgb(183,143,64); }
H1.HeaderClassName
{
color: #B78F40;
}
.AnyTagClassName
{
color: #B78F40;
}
</style>
background-color css
<style>
a { background-color: #B78F40; }
a { background-color: rgb(183,143,64); }
div.DivClassName
{
background-color: #B78F40;
}
.BgClassName
{
background-color: #B78F40;
}
</style>
border-color css
<style>
span { border-color: #B78F40; }
span { border-color: rgb(183,143,64); }
td.TdClassName
{
border-color: #B78F40;
}
.TagClassName
{
border-color: #B78F40;
}
</style>