Shades of Marigold #B8843C
Tints of Marigold #B8843C
RGB
CMYK
RGB Variations
Color information
#B8843C (or 0xB8843C) is known color: Marigold. HEX triplet: B8, 84 and 3C. RGB value is (184,132,60). Sum of RGB (Red+Green+Blue) = 184+132+60=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8843C is #477BC3. Grayscale: #8B8B8B. Windows color (decimal): -4684740 or 3966136. OLE color: 3966136.
HSL color Cylindrical-coordinate representation of color #B8843C: hue angle of 34.84º degrees, saturation: 0.51, 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 #B8843C is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 60 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.28 |
| HSL | 34.84º | 0.51% | 0.48% | - |
| HSV(B) | 34.84º | 0.67% | 0.72% | - |
| XYZ | 28.83 | 27.02 | 7.97 | - |
| YUV | 139.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 60 | 0 | 0.28 | 0.67 | 0.28 | 34.84 | 0.51 | 0.48 |
| Hex | B8 | 84 | 3C | 0 | 1C | 43 | 1C | 23 | 33 | 30 |
| Octal | 270 | 204 | 74 | 0 | 34 | 103 | 34 | 43 | 63 | 60 |
| Binary | 10111000 | 10000100 | 111100 | 0 | 11100 | 1000011 | 11100 | 100011 | 110011 | 110000 |
Color Harmonies of #B8843C
Complementary color
Monochromatic Colors of #B8843C
Black with #B8843C
Text Example
Text Example
White with #B8843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8843C; }
p { color: rgb(184,132,60); }
H1.HeaderClassName
{
color: #B8843C;
}
.AnyTagClassName
{
color: #B8843C;
}
</style>
background-color css
<style>
a { background-color: #B8843C; }
a { background-color: rgb(184,132,60); }
div.DivClassName
{
background-color: #B8843C;
}
.BgClassName
{
background-color: #B8843C;
}
</style>
border-color css
<style>
span { border-color: #B8843C; }
span { border-color: rgb(184,132,60); }
td.TdClassName
{
border-color: #B8843C;
}
.TagClassName
{
border-color: #B8843C;
}
</style>