Shades of Marigold #B8843D
Tints of Marigold #B8843D
RGB
CMYK
RGB Variations
Color information
#B8843D (or 0xB8843D) is known color: Marigold. HEX triplet: B8, 84 and 3D. RGB value is (184,132,61). Sum of RGB (Red+Green+Blue) = 184+132+61=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8843D is #477BC2. Grayscale: #8B8B8B. Windows color (decimal): -4684739 or 4031672. OLE color: 4031672.
HSL color Cylindrical-coordinate representation of color #B8843D: hue angle of 34.63º 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 #B8843D is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 61 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.28 |
| HSL | 34.63º | 0.5% | 0.48% | - |
| HSV(B) | 34.63º | 0.67% | 0.72% | - |
| XYZ | 28.86 | 27.03 | 8.11 | - |
| YUV | 139.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 61 | 0 | 0.28 | 0.67 | 0.28 | 34.63 | 0.5 | 0.48 |
| Hex | B8 | 84 | 3D | 0 | 1C | 43 | 1C | 23 | 32 | 30 |
| Octal | 270 | 204 | 75 | 0 | 34 | 103 | 34 | 43 | 62 | 60 |
| Binary | 10111000 | 10000100 | 111101 | 0 | 11100 | 1000011 | 11100 | 100011 | 110010 | 110000 |
Color Harmonies of #B8843D
Complementary color
Monochromatic Colors of #B8843D
Black with #B8843D
Text Example
Text Example
White with #B8843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8843D; }
p { color: rgb(184,132,61); }
H1.HeaderClassName
{
color: #B8843D;
}
.AnyTagClassName
{
color: #B8843D;
}
</style>
background-color css
<style>
a { background-color: #B8843D; }
a { background-color: rgb(184,132,61); }
div.DivClassName
{
background-color: #B8843D;
}
.BgClassName
{
background-color: #B8843D;
}
</style>
border-color css
<style>
span { border-color: #B8843D; }
span { border-color: rgb(184,132,61); }
td.TdClassName
{
border-color: #B8843D;
}
.TagClassName
{
border-color: #B8843D;
}
</style>