Shades of Marigold #B8813B
Tints of Marigold #B8813B
RGB
CMYK
RGB Variations
Color information
#B8813B (or 0xB8813B) is known color: Marigold. HEX triplet: B8, 81 and 3B. RGB value is (184,129,59). Sum of RGB (Red+Green+Blue) = 184+129+59=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8813B is #477EC4. Grayscale: #898989. Windows color (decimal): -4685509 or 3899832. OLE color: 3899832.
HSL color Cylindrical-coordinate representation of color #B8813B: hue angle of 33.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8813B is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 59 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.28 |
| HSL | 33.6º | 0.51% | 0.48% | - |
| HSV(B) | 33.6º | 0.68% | 0.72% | - |
| XYZ | 28.41 | 26.21 | 7.7 | - |
| YUV | 137.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 59 | 0 | 0.30 | 0.68 | 0.28 | 33.6 | 0.51 | 0.48 |
| Hex | B8 | 81 | 3B | 0 | 1E | 44 | 1C | 22 | 33 | 30 |
| Octal | 270 | 201 | 73 | 0 | 36 | 104 | 34 | 42 | 63 | 60 |
| Binary | 10111000 | 10000001 | 111011 | 0 | 11110 | 1000100 | 11100 | 100010 | 110011 | 110000 |
Color Harmonies of #B8813B
Complementary color
Monochromatic Colors of #B8813B
Black with #B8813B
Text Example
Text Example
White with #B8813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8813B; }
p { color: rgb(184,129,59); }
H1.HeaderClassName
{
color: #B8813B;
}
.AnyTagClassName
{
color: #B8813B;
}
</style>
background-color css
<style>
a { background-color: #B8813B; }
a { background-color: rgb(184,129,59); }
div.DivClassName
{
background-color: #B8813B;
}
.BgClassName
{
background-color: #B8813B;
}
</style>
border-color css
<style>
span { border-color: #B8813B; }
span { border-color: rgb(184,129,59); }
td.TdClassName
{
border-color: #B8813B;
}
.TagClassName
{
border-color: #B8813B;
}
</style>