Shades of Marigold #B8833C
Tints of Marigold #B8833C
RGB
CMYK
RGB Variations
Color information
#B8833C (or 0xB8833C) is known color: Marigold. HEX triplet: B8, 83 and 3C. RGB value is (184,131,60). Sum of RGB (Red+Green+Blue) = 184+131+60=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8833C is #477CC3. Grayscale: #8B8B8B. Windows color (decimal): -4684996 or 3965880. OLE color: 3965880.
HSL color Cylindrical-coordinate representation of color #B8833C: hue angle of 34.35º 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 #B8833C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 60 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.28 |
| HSL | 34.35º | 0.51% | 0.48% | - |
| HSV(B) | 34.35º | 0.67% | 0.72% | - |
| XYZ | 28.7 | 26.75 | 7.93 | - |
| YUV | 138.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 60 | 0 | 0.29 | 0.67 | 0.28 | 34.35 | 0.51 | 0.48 |
| Hex | B8 | 83 | 3C | 0 | 1D | 43 | 1C | 22 | 33 | 30 |
| Octal | 270 | 203 | 74 | 0 | 35 | 103 | 34 | 42 | 63 | 60 |
| Binary | 10111000 | 10000011 | 111100 | 0 | 11101 | 1000011 | 11100 | 100010 | 110011 | 110000 |
Color Harmonies of #B8833C
Complementary color
Monochromatic Colors of #B8833C
Black with #B8833C
Text Example
Text Example
White with #B8833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8833C; }
p { color: rgb(184,131,60); }
H1.HeaderClassName
{
color: #B8833C;
}
.AnyTagClassName
{
color: #B8833C;
}
</style>
background-color css
<style>
a { background-color: #B8833C; }
a { background-color: rgb(184,131,60); }
div.DivClassName
{
background-color: #B8833C;
}
.BgClassName
{
background-color: #B8833C;
}
</style>
border-color css
<style>
span { border-color: #B8833C; }
span { border-color: rgb(184,131,60); }
td.TdClassName
{
border-color: #B8833C;
}
.TagClassName
{
border-color: #B8833C;
}
</style>