Shades of Marigold #B88D3A
Tints of Marigold #B88D3A
RGB
CMYK
RGB Variations
Color information
#B88D3A (or 0xB88D3A) is known color: Marigold. HEX triplet: B8, 8D and 3A. RGB value is (184,141,58). Sum of RGB (Red+Green+Blue) = 184+141+58=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88D3A is #4772C5. Grayscale: #909090. Windows color (decimal): -4682438 or 3837368. OLE color: 3837368.
HSL color Cylindrical-coordinate representation of color #B88D3A: hue angle of 39.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B88D3A is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 141 | 58 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.28 |
| HSL | 39.52º | 0.52% | 0.47% | - |
| HSV(B) | 39.52º | 0.68% | 0.72% | - |
| XYZ | 30.06 | 29.55 | 8.12 | - |
| YUV | 144.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 58 | 0 | 0.23 | 0.68 | 0.28 | 39.52 | 0.52 | 0.47 |
| Hex | B8 | 8D | 3A | 0 | 17 | 44 | 1C | 28 | 34 | 2F |
| Octal | 270 | 215 | 72 | 0 | 27 | 104 | 34 | 50 | 64 | 57 |
| Binary | 10111000 | 10001101 | 111010 | 0 | 10111 | 1000100 | 11100 | 101000 | 110100 | 101111 |
Color Harmonies of #B88D3A
Complementary color
Monochromatic Colors of #B88D3A
Black with #B88D3A
Text Example
Text Example
White with #B88D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88D3A; }
p { color: rgb(184,141,58); }
H1.HeaderClassName
{
color: #B88D3A;
}
.AnyTagClassName
{
color: #B88D3A;
}
</style>
background-color css
<style>
a { background-color: #B88D3A; }
a { background-color: rgb(184,141,58); }
div.DivClassName
{
background-color: #B88D3A;
}
.BgClassName
{
background-color: #B88D3A;
}
</style>
border-color css
<style>
span { border-color: #B88D3A; }
span { border-color: rgb(184,141,58); }
td.TdClassName
{
border-color: #B88D3A;
}
.TagClassName
{
border-color: #B88D3A;
}
</style>