Shades of Tapestry #B16B86
Tints of Tapestry #B16B86
RGB
CMYK
RGB Variations
Color information
#B16B86 (or 0xB16B86) is known color: Tapestry. HEX triplet: B1, 6B and 86. RGB value is (177,107,134). Sum of RGB (Red+Green+Blue) = 177+107+134=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16B86 is #4E9479. Grayscale: #828282. Windows color (decimal): -5149818 or 8809393. OLE color: 8809393.
HSL color Cylindrical-coordinate representation of color #B16B86: hue angle of 336.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16B86 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 134 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.31 |
| HSL | 336.86º | 0.31% | 0.56% | - |
| HSV(B) | 336.86º | 0.4% | 0.69% | - |
| XYZ | 27.69 | 21.58 | 25.26 | - |
| YUV | 131.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 134 | 0 | 0.40 | 0.24 | 0.31 | 336.86 | 0.31 | 0.56 |
| Hex | B1 | 6B | 86 | 0 | 28 | 18 | 1F | 151 | 1F | 38 |
| Octal | 261 | 153 | 206 | 0 | 50 | 30 | 37 | 521 | 37 | 70 |
| Binary | 10110001 | 1101011 | 10000110 | 0 | 101000 | 11000 | 11111 | 101010001 | 11111 | 111000 |
Color Harmonies of #B16B86
Complementary color
Monochromatic Colors of #B16B86
Black with #B16B86
Text Example
Text Example
White with #B16B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B86; }
p { color: rgb(177,107,134); }
H1.HeaderClassName
{
color: #B16B86;
}
.AnyTagClassName
{
color: #B16B86;
}
</style>
background-color css
<style>
a { background-color: #B16B86; }
a { background-color: rgb(177,107,134); }
div.DivClassName
{
background-color: #B16B86;
}
.BgClassName
{
background-color: #B16B86;
}
</style>
border-color css
<style>
span { border-color: #B16B86; }
span { border-color: rgb(177,107,134); }
td.TdClassName
{
border-color: #B16B86;
}
.TagClassName
{
border-color: #B16B86;
}
</style>