Shades of Marigold #B8853D
Tints of Marigold #B8853D
RGB
CMYK
RGB Variations
Color information
#B8853D (or 0xB8853D) is known color: Marigold. HEX triplet: B8, 85 and 3D. RGB value is (184,133,61). Sum of RGB (Red+Green+Blue) = 184+133+61=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8853D is #477AC2. Grayscale: #8C8C8C. Windows color (decimal): -4684483 or 4031928. OLE color: 4031928.
HSL color Cylindrical-coordinate representation of color #B8853D: hue angle of 35.12º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8853D is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 61 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.28 |
| HSL | 35.12º | 0.5% | 0.48% | - |
| HSV(B) | 35.12º | 0.67% | 0.72% | - |
| XYZ | 29 | 27.3 | 8.16 | - |
| YUV | 140.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 61 | 0 | 0.28 | 0.67 | 0.28 | 35.12 | 0.5 | 0.48 |
| Hex | B8 | 85 | 3D | 0 | 1C | 43 | 1C | 23 | 32 | 30 |
| Octal | 270 | 205 | 75 | 0 | 34 | 103 | 34 | 43 | 62 | 60 |
| Binary | 10111000 | 10000101 | 111101 | 0 | 11100 | 1000011 | 11100 | 100011 | 110010 | 110000 |
Color Harmonies of #B8853D
Complementary color
Monochromatic Colors of #B8853D
Black with #B8853D
Text Example
Text Example
White with #B8853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8853D; }
p { color: rgb(184,133,61); }
H1.HeaderClassName
{
color: #B8853D;
}
.AnyTagClassName
{
color: #B8853D;
}
</style>
background-color css
<style>
a { background-color: #B8853D; }
a { background-color: rgb(184,133,61); }
div.DivClassName
{
background-color: #B8853D;
}
.BgClassName
{
background-color: #B8853D;
}
</style>
border-color css
<style>
span { border-color: #B8853D; }
span { border-color: rgb(184,133,61); }
td.TdClassName
{
border-color: #B8853D;
}
.TagClassName
{
border-color: #B8853D;
}
</style>