Shades of Marigold #B8873A
Tints of Marigold #B8873A
RGB
CMYK
RGB Variations
Color information
#B8873A (or 0xB8873A) is known color: Marigold. HEX triplet: B8, 87 and 3A. RGB value is (184,135,58). Sum of RGB (Red+Green+Blue) = 184+135+58=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8873A is #4778C5. Grayscale: #8D8D8D. Windows color (decimal): -4683974 or 3835832. OLE color: 3835832.
HSL color Cylindrical-coordinate representation of color #B8873A: hue angle of 36.67º 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 #B8873A is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 135 | 58 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.28 |
| HSL | 36.67º | 0.52% | 0.47% | - |
| HSV(B) | 36.67º | 0.68% | 0.72% | - |
| XYZ | 29.19 | 27.82 | 7.83 | - |
| YUV | 140.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 58 | 0 | 0.27 | 0.68 | 0.28 | 36.67 | 0.52 | 0.47 |
| Hex | B8 | 87 | 3A | 0 | 1B | 44 | 1C | 25 | 34 | 2F |
| Octal | 270 | 207 | 72 | 0 | 33 | 104 | 34 | 45 | 64 | 57 |
| Binary | 10111000 | 10000111 | 111010 | 0 | 11011 | 1000100 | 11100 | 100101 | 110100 | 101111 |
Color Harmonies of #B8873A
Complementary color
Monochromatic Colors of #B8873A
Black with #B8873A
Text Example
Text Example
White with #B8873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8873A; }
p { color: rgb(184,135,58); }
H1.HeaderClassName
{
color: #B8873A;
}
.AnyTagClassName
{
color: #B8873A;
}
</style>
background-color css
<style>
a { background-color: #B8873A; }
a { background-color: rgb(184,135,58); }
div.DivClassName
{
background-color: #B8873A;
}
.BgClassName
{
background-color: #B8873A;
}
</style>
border-color css
<style>
span { border-color: #B8873A; }
span { border-color: rgb(184,135,58); }
td.TdClassName
{
border-color: #B8873A;
}
.TagClassName
{
border-color: #B8873A;
}
</style>