Shades of Marigold #B68535
Tints of Marigold #B68535
RGB
CMYK
RGB Variations
Color information
#B68535 (or 0xB68535) is known color: Marigold. HEX triplet: B6, 85 and 35. RGB value is (182,133,53). Sum of RGB (Red+Green+Blue) = 182+133+53=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B68535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68535 is #497ACA. Grayscale: #8A8A8A. Windows color (decimal): -4815563 or 3507638. OLE color: 3507638.
HSL color Cylindrical-coordinate representation of color #B68535: hue angle of 37.21º 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 #B68535 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 53 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.29 |
| HSL | 37.21º | 0.55% | 0.46% | - |
| HSV(B) | 37.21º | 0.71% | 0.71% | - |
| XYZ | 28.32 | 26.98 | 7.08 | - |
| YUV | 138.53 | 79.73 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 53 | 0 | 0.27 | 0.71 | 0.29 | 37.21 | 0.55 | 0.46 |
| Hex | B6 | 85 | 35 | 0 | 1B | 47 | 1D | 25 | 37 | 2E |
| Octal | 266 | 205 | 65 | 0 | 33 | 107 | 35 | 45 | 67 | 56 |
| Binary | 10110110 | 10000101 | 110101 | 0 | 11011 | 1000111 | 11101 | 100101 | 110111 | 101110 |
Color Harmonies of #B68535
Complementary color
Monochromatic Colors of #B68535
Black with #B68535
Text Example
Text Example
White with #B68535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68535; }
p { color: rgb(182,133,53); }
H1.HeaderClassName
{
color: #B68535;
}
.AnyTagClassName
{
color: #B68535;
}
</style>
background-color css
<style>
a { background-color: #B68535; }
a { background-color: rgb(182,133,53); }
div.DivClassName
{
background-color: #B68535;
}
.BgClassName
{
background-color: #B68535;
}
</style>
border-color css
<style>
span { border-color: #B68535; }
span { border-color: rgb(182,133,53); }
td.TdClassName
{
border-color: #B68535;
}
.TagClassName
{
border-color: #B68535;
}
</style>