Shades of Marigold #B68836
Tints of Marigold #B68836
RGB
CMYK
RGB Variations
Color information
#B68836 (or 0xB68836) is known color: Marigold. HEX triplet: B6, 88 and 36. RGB value is (182,136,54). Sum of RGB (Red+Green+Blue) = 182+136+54=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B68836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68836 is #4977C9. Grayscale: #8C8C8C. Windows color (decimal): -4814794 or 3573942. OLE color: 3573942.
HSL color Cylindrical-coordinate representation of color #B68836: hue angle of 38.44º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B68836 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 54 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.29 |
| HSL | 38.44º | 0.54% | 0.46% | - |
| HSV(B) | 38.44º | 0.7% | 0.71% | - |
| XYZ | 28.76 | 27.82 | 7.34 | - |
| YUV | 140.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 54 | 0 | 0.25 | 0.70 | 0.29 | 38.44 | 0.54 | 0.46 |
| Hex | B6 | 88 | 36 | 0 | 19 | 46 | 1D | 26 | 36 | 2E |
| Octal | 266 | 210 | 66 | 0 | 31 | 106 | 35 | 46 | 66 | 56 |
| Binary | 10110110 | 10001000 | 110110 | 0 | 11001 | 1000110 | 11101 | 100110 | 110110 | 101110 |
Color Harmonies of #B68836
Complementary color
Monochromatic Colors of #B68836
Black with #B68836
Text Example
Text Example
White with #B68836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68836; }
p { color: rgb(182,136,54); }
H1.HeaderClassName
{
color: #B68836;
}
.AnyTagClassName
{
color: #B68836;
}
</style>
background-color css
<style>
a { background-color: #B68836; }
a { background-color: rgb(182,136,54); }
div.DivClassName
{
background-color: #B68836;
}
.BgClassName
{
background-color: #B68836;
}
</style>
border-color css
<style>
span { border-color: #B68836; }
span { border-color: rgb(182,136,54); }
td.TdClassName
{
border-color: #B68836;
}
.TagClassName
{
border-color: #B68836;
}
</style>