Shades of Marigold #B88434
Tints of Marigold #B88434
RGB
CMYK
RGB Variations
Color information
#B88434 (or 0xB88434) is known color: Marigold. HEX triplet: B8, 84 and 34. RGB value is (184,132,52). Sum of RGB (Red+Green+Blue) = 184+132+52=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B88434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88434 is #477BCB. Grayscale: #8A8A8A. Windows color (decimal): -4684748 or 3441848. OLE color: 3441848.
HSL color Cylindrical-coordinate representation of color #B88434: hue angle of 36.36º 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 #B88434 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 52 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.28 |
| HSL | 36.36º | 0.56% | 0.46% | - |
| HSV(B) | 36.36º | 0.72% | 0.72% | - |
| XYZ | 28.64 | 26.94 | 6.94 | - |
| YUV | 138.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 52 | 0 | 0.28 | 0.72 | 0.28 | 36.36 | 0.56 | 0.46 |
| Hex | B8 | 84 | 34 | 0 | 1C | 48 | 1C | 24 | 38 | 2E |
| Octal | 270 | 204 | 64 | 0 | 34 | 110 | 34 | 44 | 70 | 56 |
| Binary | 10111000 | 10000100 | 110100 | 0 | 11100 | 1001000 | 11100 | 100100 | 111000 | 101110 |
Color Harmonies of #B88434
Complementary color
Monochromatic Colors of #B88434
Black with #B88434
Text Example
Text Example
White with #B88434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88434; }
p { color: rgb(184,132,52); }
H1.HeaderClassName
{
color: #B88434;
}
.AnyTagClassName
{
color: #B88434;
}
</style>
background-color css
<style>
a { background-color: #B88434; }
a { background-color: rgb(184,132,52); }
div.DivClassName
{
background-color: #B88434;
}
.BgClassName
{
background-color: #B88434;
}
</style>
border-color css
<style>
span { border-color: #B88434; }
span { border-color: rgb(184,132,52); }
td.TdClassName
{
border-color: #B88434;
}
.TagClassName
{
border-color: #B88434;
}
</style>