Shades of Marigold #B88846
Tints of Marigold #B88846
RGB
CMYK
RGB Variations
Color information
#B88846 (or 0xB88846) is known color: Marigold. HEX triplet: B8, 88 and 46. RGB value is (184,136,70). Sum of RGB (Red+Green+Blue) = 184+136+70=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B88846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88846 is #4777B9. Grayscale: #8F8F8F. Windows color (decimal): -4683706 or 4622520. OLE color: 4622520.
HSL color Cylindrical-coordinate representation of color #B88846: hue angle of 34.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B88846 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 70 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.28 |
| HSL | 34.74º | 0.45% | 0.5% | - |
| HSV(B) | 34.74º | 0.62% | 0.72% | - |
| XYZ | 29.68 | 28.24 | 9.68 | - |
| YUV | 142.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 70 | 0 | 0.26 | 0.62 | 0.28 | 34.74 | 0.45 | 0.5 |
| Hex | B8 | 88 | 46 | 0 | 1A | 3E | 1C | 23 | 2D | 32 |
| Octal | 270 | 210 | 106 | 0 | 32 | 76 | 34 | 43 | 55 | 62 |
| Binary | 10111000 | 10001000 | 1000110 | 0 | 11010 | 111110 | 11100 | 100011 | 101101 | 110010 |
Color Harmonies of #B88846
Complementary color
Monochromatic Colors of #B88846
Black with #B88846
Text Example
Text Example
White with #B88846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88846; }
p { color: rgb(184,136,70); }
H1.HeaderClassName
{
color: #B88846;
}
.AnyTagClassName
{
color: #B88846;
}
</style>
background-color css
<style>
a { background-color: #B88846; }
a { background-color: rgb(184,136,70); }
div.DivClassName
{
background-color: #B88846;
}
.BgClassName
{
background-color: #B88846;
}
</style>
border-color css
<style>
span { border-color: #B88846; }
span { border-color: rgb(184,136,70); }
td.TdClassName
{
border-color: #B88846;
}
.TagClassName
{
border-color: #B88846;
}
</style>