Shades of Marigold #B6863D
Tints of Marigold #B6863D
RGB
CMYK
RGB Variations
Color information
#B6863D (or 0xB6863D) is known color: Marigold. HEX triplet: B6, 86 and 3D. RGB value is (182,134,61). Sum of RGB (Red+Green+Blue) = 182+134+61=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6863D is #4979C2. Grayscale: #8C8C8C. Windows color (decimal): -4815299 or 4032182. OLE color: 4032182.
HSL color Cylindrical-coordinate representation of color #B6863D: hue angle of 36.2º 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 #B6863D is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 61 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.29 |
| HSL | 36.2º | 0.5% | 0.48% | - |
| HSV(B) | 36.2º | 0.66% | 0.71% | - |
| XYZ | 28.66 | 27.33 | 8.18 | - |
| YUV | 140.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 61 | 0 | 0.26 | 0.66 | 0.29 | 36.2 | 0.5 | 0.48 |
| Hex | B6 | 86 | 3D | 0 | 1A | 42 | 1D | 24 | 32 | 30 |
| Octal | 266 | 206 | 75 | 0 | 32 | 102 | 35 | 44 | 62 | 60 |
| Binary | 10110110 | 10000110 | 111101 | 0 | 11010 | 1000010 | 11101 | 100100 | 110010 | 110000 |
Color Harmonies of #B6863D
Complementary color
Monochromatic Colors of #B6863D
Black with #B6863D
Text Example
Text Example
White with #B6863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6863D; }
p { color: rgb(182,134,61); }
H1.HeaderClassName
{
color: #B6863D;
}
.AnyTagClassName
{
color: #B6863D;
}
</style>
background-color css
<style>
a { background-color: #B6863D; }
a { background-color: rgb(182,134,61); }
div.DivClassName
{
background-color: #B6863D;
}
.BgClassName
{
background-color: #B6863D;
}
</style>
border-color css
<style>
span { border-color: #B6863D; }
span { border-color: rgb(182,134,61); }
td.TdClassName
{
border-color: #B6863D;
}
.TagClassName
{
border-color: #B6863D;
}
</style>