Shades of Marigold #B8883E
Tints of Marigold #B8883E
RGB
CMYK
RGB Variations
Color information
#B8883E (or 0xB8883E) is known color: Marigold. HEX triplet: B8, 88 and 3E. RGB value is (184,136,62). Sum of RGB (Red+Green+Blue) = 184+136+62=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8883E is #4777C1. Grayscale: #8E8E8E. Windows color (decimal): -4683714 or 4098232. OLE color: 4098232.
HSL color Cylindrical-coordinate representation of color #B8883E: hue angle of 36.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8883E is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 62 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.28 |
| HSL | 36.39º | 0.5% | 0.48% | - |
| HSV(B) | 36.39º | 0.66% | 0.72% | - |
| XYZ | 29.44 | 28.15 | 8.44 | - |
| YUV | 141.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 62 | 0 | 0.26 | 0.66 | 0.28 | 36.39 | 0.5 | 0.48 |
| Hex | B8 | 88 | 3E | 0 | 1A | 42 | 1C | 24 | 32 | 30 |
| Octal | 270 | 210 | 76 | 0 | 32 | 102 | 34 | 44 | 62 | 60 |
| Binary | 10111000 | 10001000 | 111110 | 0 | 11010 | 1000010 | 11100 | 100100 | 110010 | 110000 |
Color Harmonies of #B8883E
Complementary color
Monochromatic Colors of #B8883E
Black with #B8883E
Text Example
Text Example
White with #B8883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8883E; }
p { color: rgb(184,136,62); }
H1.HeaderClassName
{
color: #B8883E;
}
.AnyTagClassName
{
color: #B8883E;
}
</style>
background-color css
<style>
a { background-color: #B8883E; }
a { background-color: rgb(184,136,62); }
div.DivClassName
{
background-color: #B8883E;
}
.BgClassName
{
background-color: #B8883E;
}
</style>
border-color css
<style>
span { border-color: #B8883E; }
span { border-color: rgb(184,136,62); }
td.TdClassName
{
border-color: #B8883E;
}
.TagClassName
{
border-color: #B8883E;
}
</style>