Shades of Marigold #B78D3D
Tints of Marigold #B78D3D
RGB
CMYK
RGB Variations
Color information
#B78D3D (or 0xB78D3D) is known color: Marigold. HEX triplet: B7, 8D and 3D. RGB value is (183,141,61). Sum of RGB (Red+Green+Blue) = 183+141+61=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D3D is #4872C2. Grayscale: #909090. Windows color (decimal): -4747971 or 4033975. OLE color: 4033975.
HSL color Cylindrical-coordinate representation of color #B78D3D: hue angle of 39.34º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B78D3D is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 61 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.28 |
| HSL | 39.34º | 0.5% | 0.48% | - |
| HSV(B) | 39.34º | 0.67% | 0.72% | - |
| XYZ | 29.9 | 29.45 | 8.52 | - |
| YUV | 144.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 61 | 0 | 0.23 | 0.67 | 0.28 | 39.34 | 0.5 | 0.48 |
| Hex | B7 | 8D | 3D | 0 | 17 | 43 | 1C | 27 | 32 | 30 |
| Octal | 267 | 215 | 75 | 0 | 27 | 103 | 34 | 47 | 62 | 60 |
| Binary | 10110111 | 10001101 | 111101 | 0 | 10111 | 1000011 | 11100 | 100111 | 110010 | 110000 |
Color Harmonies of #B78D3D
Complementary color
Monochromatic Colors of #B78D3D
Black with #B78D3D
Text Example
Text Example
White with #B78D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D3D; }
p { color: rgb(183,141,61); }
H1.HeaderClassName
{
color: #B78D3D;
}
.AnyTagClassName
{
color: #B78D3D;
}
</style>
background-color css
<style>
a { background-color: #B78D3D; }
a { background-color: rgb(183,141,61); }
div.DivClassName
{
background-color: #B78D3D;
}
.BgClassName
{
background-color: #B78D3D;
}
</style>
border-color css
<style>
span { border-color: #B78D3D; }
span { border-color: rgb(183,141,61); }
td.TdClassName
{
border-color: #B78D3D;
}
.TagClassName
{
border-color: #B78D3D;
}
</style>