Shades of Tapestry #B17F8D
Tints of Tapestry #B17F8D
RGB
CMYK
RGB Variations
Color information
#B17F8D (or 0xB17F8D) is known color: Tapestry. HEX triplet: B1, 7F and 8D. RGB value is (177,127,141). Sum of RGB (Red+Green+Blue) = 177+127+141=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F8D is #4E8072. Grayscale: #8F8F8F. Windows color (decimal): -5144691 or 9273265. OLE color: 9273265.
HSL color Cylindrical-coordinate representation of color #B17F8D: hue angle of 343.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17F8D is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 141 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.31 |
| HSL | 343.2º | 0.24% | 0.6% | - |
| HSV(B) | 343.2º | 0.28% | 0.69% | - |
| XYZ | 30.53 | 26.45 | 28.7 | - |
| YUV | 143.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 141 | 0 | 0.28 | 0.20 | 0.31 | 343.2 | 0.24 | 0.6 |
| Hex | B1 | 7F | 8D | 0 | 1C | 14 | 1F | 157 | 18 | 3C |
| Octal | 261 | 177 | 215 | 0 | 34 | 24 | 37 | 527 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10001101 | 0 | 11100 | 10100 | 11111 | 101010111 | 11000 | 111100 |
Color Harmonies of #B17F8D
Complementary color
Monochromatic Colors of #B17F8D
Black with #B17F8D
Text Example
Text Example
White with #B17F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F8D; }
p { color: rgb(177,127,141); }
H1.HeaderClassName
{
color: #B17F8D;
}
.AnyTagClassName
{
color: #B17F8D;
}
</style>
background-color css
<style>
a { background-color: #B17F8D; }
a { background-color: rgb(177,127,141); }
div.DivClassName
{
background-color: #B17F8D;
}
.BgClassName
{
background-color: #B17F8D;
}
</style>
border-color css
<style>
span { border-color: #B17F8D; }
span { border-color: rgb(177,127,141); }
td.TdClassName
{
border-color: #B17F8D;
}
.TagClassName
{
border-color: #B17F8D;
}
</style>