Shades of Tapestry #B16E8B
Tints of Tapestry #B16E8B
RGB
CMYK
RGB Variations
Color information
#B16E8B (or 0xB16E8B) is known color: Tapestry. HEX triplet: B1, 6E and 8B. RGB value is (177,110,139). Sum of RGB (Red+Green+Blue) = 177+110+139=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E8B is #4E9174. Grayscale: #858585. Windows color (decimal): -5149045 or 9137841. OLE color: 9137841.
HSL color Cylindrical-coordinate representation of color #B16E8B: hue angle of 334.03º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E8B is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 139 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.31 |
| HSL | 334.03º | 0.3% | 0.56% | - |
| HSV(B) | 334.03º | 0.38% | 0.69% | - |
| XYZ | 28.37 | 22.36 | 27.25 | - |
| YUV | 133.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 139 | 0 | 0.38 | 0.21 | 0.31 | 334.03 | 0.3 | 0.56 |
| Hex | B1 | 6E | 8B | 0 | 26 | 15 | 1F | 14E | 1E | 38 |
| Octal | 261 | 156 | 213 | 0 | 46 | 25 | 37 | 516 | 36 | 70 |
| Binary | 10110001 | 1101110 | 10001011 | 0 | 100110 | 10101 | 11111 | 101001110 | 11110 | 111000 |
Color Harmonies of #B16E8B
Complementary color
Monochromatic Colors of #B16E8B
Black with #B16E8B
Text Example
Text Example
White with #B16E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E8B; }
p { color: rgb(177,110,139); }
H1.HeaderClassName
{
color: #B16E8B;
}
.AnyTagClassName
{
color: #B16E8B;
}
</style>
background-color css
<style>
a { background-color: #B16E8B; }
a { background-color: rgb(177,110,139); }
div.DivClassName
{
background-color: #B16E8B;
}
.BgClassName
{
background-color: #B16E8B;
}
</style>
border-color css
<style>
span { border-color: #B16E8B; }
span { border-color: rgb(177,110,139); }
td.TdClassName
{
border-color: #B16E8B;
}
.TagClassName
{
border-color: #B16E8B;
}
</style>