Shades of Marigold #B68537
Tints of Marigold #B68537
RGB
CMYK
RGB Variations
Color information
#B68537 (or 0xB68537) is known color: Marigold. HEX triplet: B6, 85 and 37. RGB value is (182,133,55). Sum of RGB (Red+Green+Blue) = 182+133+55=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B68537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68537 is #497AC8. Grayscale: #8B8B8B. Windows color (decimal): -4815561 or 3638710. OLE color: 3638710.
HSL color Cylindrical-coordinate representation of color #B68537: hue angle of 36.85º 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 #B68537 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 55 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.29 |
| HSL | 36.85º | 0.54% | 0.46% | - |
| HSV(B) | 36.85º | 0.7% | 0.71% | - |
| XYZ | 28.37 | 27 | 7.33 | - |
| YUV | 138.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 55 | 0 | 0.27 | 0.70 | 0.29 | 36.85 | 0.54 | 0.46 |
| Hex | B6 | 85 | 37 | 0 | 1B | 46 | 1D | 25 | 36 | 2E |
| Octal | 266 | 205 | 67 | 0 | 33 | 106 | 35 | 45 | 66 | 56 |
| Binary | 10110110 | 10000101 | 110111 | 0 | 11011 | 1000110 | 11101 | 100101 | 110110 | 101110 |
Color Harmonies of #B68537
Complementary color
Monochromatic Colors of #B68537
Black with #B68537
Text Example
Text Example
White with #B68537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68537; }
p { color: rgb(182,133,55); }
H1.HeaderClassName
{
color: #B68537;
}
.AnyTagClassName
{
color: #B68537;
}
</style>
background-color css
<style>
a { background-color: #B68537; }
a { background-color: rgb(182,133,55); }
div.DivClassName
{
background-color: #B68537;
}
.BgClassName
{
background-color: #B68537;
}
</style>
border-color css
<style>
span { border-color: #B68537; }
span { border-color: rgb(182,133,55); }
td.TdClassName
{
border-color: #B68537;
}
.TagClassName
{
border-color: #B68537;
}
</style>