Shades of Marigold #B68645
Tints of Marigold #B68645
RGB
CMYK
RGB Variations
Color information
#B68645 (or 0xB68645) is known color: Marigold. HEX triplet: B6, 86 and 45. RGB value is (182,134,69). Sum of RGB (Red+Green+Blue) = 182+134+69=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B68645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68645 is #4979BA. Grayscale: #8D8D8D. Windows color (decimal): -4815291 or 4556470. OLE color: 4556470.
HSL color Cylindrical-coordinate representation of color #B68645: hue angle of 34.51º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B68645 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 69 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.29 |
| HSL | 34.51º | 0.45% | 0.49% | - |
| HSV(B) | 34.51º | 0.62% | 0.71% | - |
| XYZ | 28.89 | 27.42 | 9.4 | - |
| YUV | 140.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 69 | 0 | 0.26 | 0.62 | 0.29 | 34.51 | 0.45 | 0.49 |
| Hex | B6 | 86 | 45 | 0 | 1A | 3E | 1D | 23 | 2D | 31 |
| Octal | 266 | 206 | 105 | 0 | 32 | 76 | 35 | 43 | 55 | 61 |
| Binary | 10110110 | 10000110 | 1000101 | 0 | 11010 | 111110 | 11101 | 100011 | 101101 | 110001 |
Color Harmonies of #B68645
Complementary color
Monochromatic Colors of #B68645
Black with #B68645
Text Example
Text Example
White with #B68645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68645; }
p { color: rgb(182,134,69); }
H1.HeaderClassName
{
color: #B68645;
}
.AnyTagClassName
{
color: #B68645;
}
</style>
background-color css
<style>
a { background-color: #B68645; }
a { background-color: rgb(182,134,69); }
div.DivClassName
{
background-color: #B68645;
}
.BgClassName
{
background-color: #B68645;
}
</style>
border-color css
<style>
span { border-color: #B68645; }
span { border-color: rgb(182,134,69); }
td.TdClassName
{
border-color: #B68645;
}
.TagClassName
{
border-color: #B68645;
}
</style>