Shades of Tapestry #B66E93
Tints of Tapestry #B66E93
RGB
CMYK
RGB Variations
Color information
#B66E93 (or 0xB66E93) is known color: Tapestry. HEX triplet: B6, 6E and 93. RGB value is (182,110,147). Sum of RGB (Red+Green+Blue) = 182+110+147=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66E93 is #49916C. Grayscale: #878787. Windows color (decimal): -4821357 or 9662134. OLE color: 9662134.
HSL color Cylindrical-coordinate representation of color #B66E93: hue angle of 329.17º 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 #B66E93 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 147 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.29 |
| HSL | 329.17º | 0.33% | 0.57% | - |
| HSV(B) | 329.17º | 0.4% | 0.71% | - |
| XYZ | 30.13 | 23.2 | 30.49 | - |
| YUV | 135.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 147 | 0 | 0.40 | 0.19 | 0.29 | 329.17 | 0.33 | 0.57 |
| Hex | B6 | 6E | 93 | 0 | 28 | 13 | 1D | 149 | 21 | 39 |
| Octal | 266 | 156 | 223 | 0 | 50 | 23 | 35 | 511 | 41 | 71 |
| Binary | 10110110 | 1101110 | 10010011 | 0 | 101000 | 10011 | 11101 | 101001001 | 100001 | 111001 |
Color Harmonies of #B66E93
Complementary color
Monochromatic Colors of #B66E93
Black with #B66E93
Text Example
Text Example
White with #B66E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E93; }
p { color: rgb(182,110,147); }
H1.HeaderClassName
{
color: #B66E93;
}
.AnyTagClassName
{
color: #B66E93;
}
</style>
background-color css
<style>
a { background-color: #B66E93; }
a { background-color: rgb(182,110,147); }
div.DivClassName
{
background-color: #B66E93;
}
.BgClassName
{
background-color: #B66E93;
}
</style>
border-color css
<style>
span { border-color: #B66E93; }
span { border-color: rgb(182,110,147); }
td.TdClassName
{
border-color: #B66E93;
}
.TagClassName
{
border-color: #B66E93;
}
</style>