Shades of Marigold #B88A40
Tints of Marigold #B88A40
RGB
CMYK
RGB Variations
Color information
#B88A40 (or 0xB88A40) is known color: Marigold. HEX triplet: B8, 8A and 40. RGB value is (184,138,64). Sum of RGB (Red+Green+Blue) = 184+138+64=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A40 is #4775BF. Grayscale: #8F8F8F. Windows color (decimal): -4683200 or 4229816. OLE color: 4229816.
HSL color Cylindrical-coordinate representation of color #B88A40: hue angle of 37º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B88A40 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 64 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.28 |
| HSL | 37º | 0.48% | 0.49% | - |
| HSV(B) | 37º | 0.65% | 0.72% | - |
| XYZ | 29.78 | 28.74 | 8.83 | - |
| YUV | 143.32 | 83.24 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 64 | 0 | 0.25 | 0.65 | 0.28 | 37 | 0.48 | 0.49 |
| Hex | B8 | 8A | 40 | 0 | 19 | 41 | 1C | 25 | 30 | 31 |
| Octal | 270 | 212 | 100 | 0 | 31 | 101 | 34 | 45 | 60 | 61 |
| Binary | 10111000 | 10001010 | 1000000 | 0 | 11001 | 1000001 | 11100 | 100101 | 110000 | 110001 |
Color Harmonies of #B88A40
Complementary color
Monochromatic Colors of #B88A40
Black with #B88A40
Text Example
Text Example
White with #B88A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A40; }
p { color: rgb(184,138,64); }
H1.HeaderClassName
{
color: #B88A40;
}
.AnyTagClassName
{
color: #B88A40;
}
</style>
background-color css
<style>
a { background-color: #B88A40; }
a { background-color: rgb(184,138,64); }
div.DivClassName
{
background-color: #B88A40;
}
.BgClassName
{
background-color: #B88A40;
}
</style>
border-color css
<style>
span { border-color: #B88A40; }
span { border-color: rgb(184,138,64); }
td.TdClassName
{
border-color: #B88A40;
}
.TagClassName
{
border-color: #B88A40;
}
</style>