Shades of Marigold #B6873B
Tints of Marigold #B6873B
RGB
CMYK
RGB Variations
Color information
#B6873B (or 0xB6873B) is known color: Marigold. HEX triplet: B6, 87 and 3B. RGB value is (182,135,59). Sum of RGB (Red+Green+Blue) = 182+135+59=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6873B is #4978C4. Grayscale: #8C8C8C. Windows color (decimal): -4815045 or 3901366. OLE color: 3901366.
HSL color Cylindrical-coordinate representation of color #B6873B: hue angle of 37.07º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6873B is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 59 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.29 |
| HSL | 37.07º | 0.51% | 0.47% | - |
| HSV(B) | 37.07º | 0.68% | 0.71% | - |
| XYZ | 28.74 | 27.59 | 7.95 | - |
| YUV | 140.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 59 | 0 | 0.26 | 0.68 | 0.29 | 37.07 | 0.51 | 0.47 |
| Hex | B6 | 87 | 3B | 0 | 1A | 44 | 1D | 25 | 33 | 2F |
| Octal | 266 | 207 | 73 | 0 | 32 | 104 | 35 | 45 | 63 | 57 |
| Binary | 10110110 | 10000111 | 111011 | 0 | 11010 | 1000100 | 11101 | 100101 | 110011 | 101111 |
Color Harmonies of #B6873B
Complementary color
Monochromatic Colors of #B6873B
Black with #B6873B
Text Example
Text Example
White with #B6873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6873B; }
p { color: rgb(182,135,59); }
H1.HeaderClassName
{
color: #B6873B;
}
.AnyTagClassName
{
color: #B6873B;
}
</style>
background-color css
<style>
a { background-color: #B6873B; }
a { background-color: rgb(182,135,59); }
div.DivClassName
{
background-color: #B6873B;
}
.BgClassName
{
background-color: #B6873B;
}
</style>
border-color css
<style>
span { border-color: #B6873B; }
span { border-color: rgb(182,135,59); }
td.TdClassName
{
border-color: #B6873B;
}
.TagClassName
{
border-color: #B6873B;
}
</style>