Shades of Tapestry #B16B91
Tints of Tapestry #B16B91
RGB
CMYK
RGB Variations
Color information
#B16B91 (or 0xB16B91) is known color: Tapestry. HEX triplet: B1, 6B and 91. RGB value is (177,107,145). Sum of RGB (Red+Green+Blue) = 177+107+145=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16B91 is #4E946E. Grayscale: #848484. Windows color (decimal): -5149807 or 9530289. OLE color: 9530289.
HSL color Cylindrical-coordinate representation of color #B16B91: hue angle of 327.43º 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 #B16B91 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 145 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.31 |
| HSL | 327.43º | 0.31% | 0.56% | - |
| HSV(B) | 327.43º | 0.4% | 0.69% | - |
| XYZ | 28.5 | 21.91 | 29.51 | - |
| YUV | 132.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 145 | 0 | 0.40 | 0.18 | 0.31 | 327.43 | 0.31 | 0.56 |
| Hex | B1 | 6B | 91 | 0 | 28 | 12 | 1F | 147 | 1F | 38 |
| Octal | 261 | 153 | 221 | 0 | 50 | 22 | 37 | 507 | 37 | 70 |
| Binary | 10110001 | 1101011 | 10010001 | 0 | 101000 | 10010 | 11111 | 101000111 | 11111 | 111000 |
Color Harmonies of #B16B91
Complementary color
Monochromatic Colors of #B16B91
Black with #B16B91
Text Example
Text Example
White with #B16B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B91; }
p { color: rgb(177,107,145); }
H1.HeaderClassName
{
color: #B16B91;
}
.AnyTagClassName
{
color: #B16B91;
}
</style>
background-color css
<style>
a { background-color: #B16B91; }
a { background-color: rgb(177,107,145); }
div.DivClassName
{
background-color: #B16B91;
}
.BgClassName
{
background-color: #B16B91;
}
</style>
border-color css
<style>
span { border-color: #B16B91; }
span { border-color: rgb(177,107,145); }
td.TdClassName
{
border-color: #B16B91;
}
.TagClassName
{
border-color: #B16B91;
}
</style>