Shades of Tapestry #B16F87
Tints of Tapestry #B16F87
RGB
CMYK
RGB Variations
Color information
#B16F87 (or 0xB16F87) is known color: Tapestry. HEX triplet: B1, 6F and 87. RGB value is (177,111,135). Sum of RGB (Red+Green+Blue) = 177+111+135=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16F87 is #4E9078. Grayscale: #858585. Windows color (decimal): -5148793 or 8875953. OLE color: 8875953.
HSL color Cylindrical-coordinate representation of color #B16F87: hue angle of 338.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B16F87 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 135 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.31 |
| HSL | 338.18º | 0.3% | 0.56% | - |
| HSV(B) | 338.18º | 0.37% | 0.69% | - |
| XYZ | 28.19 | 22.47 | 25.77 | - |
| YUV | 133.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 135 | 0 | 0.37 | 0.24 | 0.31 | 338.18 | 0.3 | 0.56 |
| Hex | B1 | 6F | 87 | 0 | 25 | 18 | 1F | 152 | 1E | 38 |
| Octal | 261 | 157 | 207 | 0 | 45 | 30 | 37 | 522 | 36 | 70 |
| Binary | 10110001 | 1101111 | 10000111 | 0 | 100101 | 11000 | 11111 | 101010010 | 11110 | 111000 |
Color Harmonies of #B16F87
Complementary color
Monochromatic Colors of #B16F87
Black with #B16F87
Text Example
Text Example
White with #B16F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F87; }
p { color: rgb(177,111,135); }
H1.HeaderClassName
{
color: #B16F87;
}
.AnyTagClassName
{
color: #B16F87;
}
</style>
background-color css
<style>
a { background-color: #B16F87; }
a { background-color: rgb(177,111,135); }
div.DivClassName
{
background-color: #B16F87;
}
.BgClassName
{
background-color: #B16F87;
}
</style>
border-color css
<style>
span { border-color: #B16F87; }
span { border-color: rgb(177,111,135); }
td.TdClassName
{
border-color: #B16F87;
}
.TagClassName
{
border-color: #B16F87;
}
</style>