Shades of Marigold #B8823C
Tints of Marigold #B8823C
RGB
CMYK
RGB Variations
Color information
#B8823C (or 0xB8823C) is known color: Marigold. HEX triplet: B8, 82 and 3C. RGB value is (184,130,60). Sum of RGB (Red+Green+Blue) = 184+130+60=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8823C is #477DC3. Grayscale: #8A8A8A. Windows color (decimal): -4685252 or 3965624. OLE color: 3965624.
HSL color Cylindrical-coordinate representation of color #B8823C: hue angle of 33.87º 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 #B8823C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 60 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.28 |
| HSL | 33.87º | 0.51% | 0.48% | - |
| HSV(B) | 33.87º | 0.67% | 0.72% | - |
| XYZ | 28.57 | 26.48 | 7.88 | - |
| YUV | 138.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 60 | 0 | 0.29 | 0.67 | 0.28 | 33.87 | 0.51 | 0.48 |
| Hex | B8 | 82 | 3C | 0 | 1D | 43 | 1C | 22 | 33 | 30 |
| Octal | 270 | 202 | 74 | 0 | 35 | 103 | 34 | 42 | 63 | 60 |
| Binary | 10111000 | 10000010 | 111100 | 0 | 11101 | 1000011 | 11100 | 100010 | 110011 | 110000 |
Color Harmonies of #B8823C
Complementary color
Monochromatic Colors of #B8823C
Black with #B8823C
Text Example
Text Example
White with #B8823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8823C; }
p { color: rgb(184,130,60); }
H1.HeaderClassName
{
color: #B8823C;
}
.AnyTagClassName
{
color: #B8823C;
}
</style>
background-color css
<style>
a { background-color: #B8823C; }
a { background-color: rgb(184,130,60); }
div.DivClassName
{
background-color: #B8823C;
}
.BgClassName
{
background-color: #B8823C;
}
</style>
border-color css
<style>
span { border-color: #B8823C; }
span { border-color: rgb(184,130,60); }
td.TdClassName
{
border-color: #B8823C;
}
.TagClassName
{
border-color: #B8823C;
}
</style>