Shades of Tapestry #B66E85
Tints of Tapestry #B66E85
RGB
CMYK
RGB Variations
Color information
#B66E85 (or 0xB66E85) is known color: Tapestry. HEX triplet: B6, 6E and 85. RGB value is (182,110,133). Sum of RGB (Red+Green+Blue) = 182+110+133=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66E85 is #49917A. Grayscale: #868686. Windows color (decimal): -4821371 or 8744630. OLE color: 8744630.
HSL color Cylindrical-coordinate representation of color #B66E85: hue angle of 340.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66E85 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 133 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.29 |
| HSL | 340.83º | 0.33% | 0.57% | - |
| HSV(B) | 340.83º | 0.4% | 0.71% | - |
| XYZ | 29.1 | 22.79 | 25.06 | - |
| YUV | 134.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 133 | 0 | 0.40 | 0.27 | 0.29 | 340.83 | 0.33 | 0.57 |
| Hex | B6 | 6E | 85 | 0 | 28 | 1B | 1D | 155 | 21 | 39 |
| Octal | 266 | 156 | 205 | 0 | 50 | 33 | 35 | 525 | 41 | 71 |
| Binary | 10110110 | 1101110 | 10000101 | 0 | 101000 | 11011 | 11101 | 101010101 | 100001 | 111001 |
Color Harmonies of #B66E85
Complementary color
Monochromatic Colors of #B66E85
Black with #B66E85
Text Example
Text Example
White with #B66E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E85; }
p { color: rgb(182,110,133); }
H1.HeaderClassName
{
color: #B66E85;
}
.AnyTagClassName
{
color: #B66E85;
}
</style>
background-color css
<style>
a { background-color: #B66E85; }
a { background-color: rgb(182,110,133); }
div.DivClassName
{
background-color: #B66E85;
}
.BgClassName
{
background-color: #B66E85;
}
</style>
border-color css
<style>
span { border-color: #B66E85; }
span { border-color: rgb(182,110,133); }
td.TdClassName
{
border-color: #B66E85;
}
.TagClassName
{
border-color: #B66E85;
}
</style>