Shades of Marigold #B78434
Tints of Marigold #B78434
RGB
CMYK
RGB Variations
Color information
#B78434 (or 0xB78434) is known color: Marigold. HEX triplet: B7, 84 and 34. RGB value is (183,132,52). Sum of RGB (Red+Green+Blue) = 183+132+52=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B78434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78434 is #487BCB. Grayscale: #8A8A8A. Windows color (decimal): -4750284 or 3441847. OLE color: 3441847.
HSL color Cylindrical-coordinate representation of color #B78434: hue angle of 36.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B78434 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 52 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.28 |
| HSL | 36.64º | 0.56% | 0.46% | - |
| HSV(B) | 36.64º | 0.72% | 0.72% | - |
| XYZ | 28.4 | 26.82 | 6.93 | - |
| YUV | 138.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 52 | 0 | 0.28 | 0.72 | 0.28 | 36.64 | 0.56 | 0.46 |
| Hex | B7 | 84 | 34 | 0 | 1C | 48 | 1C | 25 | 38 | 2E |
| Octal | 267 | 204 | 64 | 0 | 34 | 110 | 34 | 45 | 70 | 56 |
| Binary | 10110111 | 10000100 | 110100 | 0 | 11100 | 1001000 | 11100 | 100101 | 111000 | 101110 |
Color Harmonies of #B78434
Complementary color
Monochromatic Colors of #B78434
Black with #B78434
Text Example
Text Example
White with #B78434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78434; }
p { color: rgb(183,132,52); }
H1.HeaderClassName
{
color: #B78434;
}
.AnyTagClassName
{
color: #B78434;
}
</style>
background-color css
<style>
a { background-color: #B78434; }
a { background-color: rgb(183,132,52); }
div.DivClassName
{
background-color: #B78434;
}
.BgClassName
{
background-color: #B78434;
}
</style>
border-color css
<style>
span { border-color: #B78434; }
span { border-color: rgb(183,132,52); }
td.TdClassName
{
border-color: #B78434;
}
.TagClassName
{
border-color: #B78434;
}
</style>