Shades of Tapestry #B66E8B
Tints of Tapestry #B66E8B
RGB
CMYK
RGB Variations
Color information
#B66E8B (or 0xB66E8B) is known color: Tapestry. HEX triplet: B6, 6E and 8B. RGB value is (182,110,139). Sum of RGB (Red+Green+Blue) = 182+110+139=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66E8B is #499174. Grayscale: #868686. Windows color (decimal): -4821365 or 9137846. OLE color: 9137846.
HSL color Cylindrical-coordinate representation of color #B66E8B: hue angle of 335.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 #B66E8B is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 139 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.29 |
| HSL | 335.83º | 0.33% | 0.57% | - |
| HSV(B) | 335.83º | 0.4% | 0.71% | - |
| XYZ | 29.53 | 22.96 | 27.3 | - |
| YUV | 134.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 139 | 0 | 0.40 | 0.24 | 0.29 | 335.83 | 0.33 | 0.57 |
| Hex | B6 | 6E | 8B | 0 | 28 | 18 | 1D | 150 | 21 | 39 |
| Octal | 266 | 156 | 213 | 0 | 50 | 30 | 35 | 520 | 41 | 71 |
| Binary | 10110110 | 1101110 | 10001011 | 0 | 101000 | 11000 | 11101 | 101010000 | 100001 | 111001 |
Color Harmonies of #B66E8B
Complementary color
Monochromatic Colors of #B66E8B
Black with #B66E8B
Text Example
Text Example
White with #B66E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E8B; }
p { color: rgb(182,110,139); }
H1.HeaderClassName
{
color: #B66E8B;
}
.AnyTagClassName
{
color: #B66E8B;
}
</style>
background-color css
<style>
a { background-color: #B66E8B; }
a { background-color: rgb(182,110,139); }
div.DivClassName
{
background-color: #B66E8B;
}
.BgClassName
{
background-color: #B66E8B;
}
</style>
border-color css
<style>
span { border-color: #B66E8B; }
span { border-color: rgb(182,110,139); }
td.TdClassName
{
border-color: #B66E8B;
}
.TagClassName
{
border-color: #B66E8B;
}
</style>