Shades of Marigold #B68536
Tints of Marigold #B68536
RGB
CMYK
RGB Variations
Color information
#B68536 (or 0xB68536) is known color: Marigold. HEX triplet: B6, 85 and 36. RGB value is (182,133,54). Sum of RGB (Red+Green+Blue) = 182+133+54=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B68536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68536 is #497AC9. Grayscale: #8B8B8B. Windows color (decimal): -4815562 or 3573174. OLE color: 3573174.
HSL color Cylindrical-coordinate representation of color #B68536: hue angle of 37.03º 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 #B68536 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 54 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.29 |
| HSL | 37.03º | 0.54% | 0.46% | - |
| HSV(B) | 37.03º | 0.7% | 0.71% | - |
| XYZ | 28.34 | 26.99 | 7.21 | - |
| YUV | 138.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 54 | 0 | 0.27 | 0.70 | 0.29 | 37.03 | 0.54 | 0.46 |
| Hex | B6 | 85 | 36 | 0 | 1B | 46 | 1D | 25 | 36 | 2E |
| Octal | 266 | 205 | 66 | 0 | 33 | 106 | 35 | 45 | 66 | 56 |
| Binary | 10110110 | 10000101 | 110110 | 0 | 11011 | 1000110 | 11101 | 100101 | 110110 | 101110 |
Color Harmonies of #B68536
Complementary color
Monochromatic Colors of #B68536
Black with #B68536
Text Example
Text Example
White with #B68536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68536; }
p { color: rgb(182,133,54); }
H1.HeaderClassName
{
color: #B68536;
}
.AnyTagClassName
{
color: #B68536;
}
</style>
background-color css
<style>
a { background-color: #B68536; }
a { background-color: rgb(182,133,54); }
div.DivClassName
{
background-color: #B68536;
}
.BgClassName
{
background-color: #B68536;
}
</style>
border-color css
<style>
span { border-color: #B68536; }
span { border-color: rgb(182,133,54); }
td.TdClassName
{
border-color: #B68536;
}
.TagClassName
{
border-color: #B68536;
}
</style>