Shades of Marigold #B68635
Tints of Marigold #B68635
RGB
CMYK
RGB Variations
Color information
#B68635 (or 0xB68635) is known color: Marigold. HEX triplet: B6, 86 and 35. RGB value is (182,134,53). Sum of RGB (Red+Green+Blue) = 182+134+53=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B68635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68635 is #4979CA. Grayscale: #8B8B8B. Windows color (decimal): -4815307 or 3507894. OLE color: 3507894.
HSL color Cylindrical-coordinate representation of color #B68635: hue angle of 37.67º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B68635 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 53 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.29 |
| HSL | 37.67º | 0.55% | 0.46% | - |
| HSV(B) | 37.67º | 0.71% | 0.71% | - |
| XYZ | 28.46 | 27.25 | 7.13 | - |
| YUV | 139.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 53 | 0 | 0.26 | 0.71 | 0.29 | 37.67 | 0.55 | 0.46 |
| Hex | B6 | 86 | 35 | 0 | 1A | 47 | 1D | 26 | 37 | 2E |
| Octal | 266 | 206 | 65 | 0 | 32 | 107 | 35 | 46 | 67 | 56 |
| Binary | 10110110 | 10000110 | 110101 | 0 | 11010 | 1000111 | 11101 | 100110 | 110111 | 101110 |
Color Harmonies of #B68635
Complementary color
Monochromatic Colors of #B68635
Black with #B68635
Text Example
Text Example
White with #B68635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68635; }
p { color: rgb(182,134,53); }
H1.HeaderClassName
{
color: #B68635;
}
.AnyTagClassName
{
color: #B68635;
}
</style>
background-color css
<style>
a { background-color: #B68635; }
a { background-color: rgb(182,134,53); }
div.DivClassName
{
background-color: #B68635;
}
.BgClassName
{
background-color: #B68635;
}
</style>
border-color css
<style>
span { border-color: #B68635; }
span { border-color: rgb(182,134,53); }
td.TdClassName
{
border-color: #B68635;
}
.TagClassName
{
border-color: #B68635;
}
</style>