Shades of Marigold #B8833D
Tints of Marigold #B8833D
RGB
CMYK
RGB Variations
Color information
#B8833D (or 0xB8833D) is known color: Marigold. HEX triplet: B8, 83 and 3D. RGB value is (184,131,61). Sum of RGB (Red+Green+Blue) = 184+131+61=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8833D is #477CC2. Grayscale: #8B8B8B. Windows color (decimal): -4684995 or 4031416. OLE color: 4031416.
HSL color Cylindrical-coordinate representation of color #B8833D: hue angle of 34.15º 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 #B8833D is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 131 | 61 | - |
CMYK | 0 | 0.29 | 0.67 | 0.28 |
HSL | 34.15º | 0.5% | 0.48% | - |
HSV(B) | 34.15º | 0.67% | 0.72% | - |
XYZ | 28.73 | 26.76 | 8.07 | - |
YUV | 138.87 | 84.06 | 160.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 131 | 61 | 0 | 0.29 | 0.67 | 0.28 | 34.15 | 0.5 | 0.48 |
Hex | B8 | 83 | 3D | 0 | 1D | 43 | 1C | 22 | 32 | 30 |
Octal | 270 | 203 | 75 | 0 | 35 | 103 | 34 | 42 | 62 | 60 |
Binary | 10111000 | 10000011 | 111101 | 0 | 11101 | 1000011 | 11100 | 100010 | 110010 | 110000 |
Color Harmonies of #B8833D
Complementary color
Monochromatic Colors of #B8833D
Black with #B8833D
Text Example
Text Example
White with #B8833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8833D; }
p { color: rgb(184,131,61); }
H1.HeaderClassName
{
color: #B8833D;
}
.AnyTagClassName
{
color: #B8833D;
}
</style>
background-color css
<style>
a { background-color: #B8833D; }
a { background-color: rgb(184,131,61); }
div.DivClassName
{
background-color: #B8833D;
}
.BgClassName
{
background-color: #B8833D;
}
</style>
border-color css
<style>
span { border-color: #B8833D; }
span { border-color: rgb(184,131,61); }
td.TdClassName
{
border-color: #B8833D;
}
.TagClassName
{
border-color: #B8833D;
}
</style>