Shades of Marigold #B6883D
Tints of Marigold #B6883D
RGB
CMYK
RGB Variations
Color information
#B6883D (or 0xB6883D) is known color: Marigold. HEX triplet: B6, 88 and 3D. RGB value is (182,136,61). Sum of RGB (Red+Green+Blue) = 182+136+61=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6883D is #4977C2. Grayscale: #8D8D8D. Windows color (decimal): -4814787 or 4032694. OLE color: 4032694.
HSL color Cylindrical-coordinate representation of color #B6883D: hue angle of 37.19º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6883D is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 61 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.29 |
| HSL | 37.19º | 0.5% | 0.48% | - |
| HSV(B) | 37.19º | 0.66% | 0.71% | - |
| XYZ | 28.94 | 27.89 | 8.27 | - |
| YUV | 141.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 61 | 0 | 0.25 | 0.66 | 0.29 | 37.19 | 0.5 | 0.48 |
| Hex | B6 | 88 | 3D | 0 | 19 | 42 | 1D | 25 | 32 | 30 |
| Octal | 266 | 210 | 75 | 0 | 31 | 102 | 35 | 45 | 62 | 60 |
| Binary | 10110110 | 10001000 | 111101 | 0 | 11001 | 1000010 | 11101 | 100101 | 110010 | 110000 |
Color Harmonies of #B6883D
Complementary color
Monochromatic Colors of #B6883D
Black with #B6883D
Text Example
Text Example
White with #B6883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6883D; }
p { color: rgb(182,136,61); }
H1.HeaderClassName
{
color: #B6883D;
}
.AnyTagClassName
{
color: #B6883D;
}
</style>
background-color css
<style>
a { background-color: #B6883D; }
a { background-color: rgb(182,136,61); }
div.DivClassName
{
background-color: #B6883D;
}
.BgClassName
{
background-color: #B6883D;
}
</style>
border-color css
<style>
span { border-color: #B6883D; }
span { border-color: rgb(182,136,61); }
td.TdClassName
{
border-color: #B6883D;
}
.TagClassName
{
border-color: #B6883D;
}
</style>