Shades of Marigold #B78548
Tints of Marigold #B78548
RGB
CMYK
RGB Variations
Color information
#B78548 (or 0xB78548) is known color: Marigold. HEX triplet: B7, 85 and 48. RGB value is (183,133,72). Sum of RGB (Red+Green+Blue) = 183+133+72=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B78548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78548 is #487AB7. Grayscale: #8D8D8D. Windows color (decimal): -4750008 or 4752823. OLE color: 4752823.
HSL color Cylindrical-coordinate representation of color #B78548: hue angle of 32.97º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B78548 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 72 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.28 |
| HSL | 32.97º | 0.44% | 0.5% | - |
| HSV(B) | 32.97º | 0.61% | 0.72% | - |
| XYZ | 29.09 | 27.31 | 9.87 | - |
| YUV | 141 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 72 | 0 | 0.27 | 0.61 | 0.28 | 32.97 | 0.44 | 0.5 |
| Hex | B7 | 85 | 48 | 0 | 1B | 3D | 1C | 21 | 2C | 32 |
| Octal | 267 | 205 | 110 | 0 | 33 | 75 | 34 | 41 | 54 | 62 |
| Binary | 10110111 | 10000101 | 1001000 | 0 | 11011 | 111101 | 11100 | 100001 | 101100 | 110010 |
Color Harmonies of #B78548
Complementary color
Monochromatic Colors of #B78548
Black with #B78548
Text Example
Text Example
White with #B78548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78548; }
p { color: rgb(183,133,72); }
H1.HeaderClassName
{
color: #B78548;
}
.AnyTagClassName
{
color: #B78548;
}
</style>
background-color css
<style>
a { background-color: #B78548; }
a { background-color: rgb(183,133,72); }
div.DivClassName
{
background-color: #B78548;
}
.BgClassName
{
background-color: #B78548;
}
</style>
border-color css
<style>
span { border-color: #B78548; }
span { border-color: rgb(183,133,72); }
td.TdClassName
{
border-color: #B78548;
}
.TagClassName
{
border-color: #B78548;
}
</style>