Shades of Tapestry #B17F86
Tints of Tapestry #B17F86
RGB
CMYK
RGB Variations
Color information
#B17F86 (or 0xB17F86) is known color: Tapestry. HEX triplet: B1, 7F and 86. RGB value is (177,127,134). Sum of RGB (Red+Green+Blue) = 177+127+134=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F86 is #4E8079. Grayscale: #8E8E8E. Windows color (decimal): -5144698 or 8814513. OLE color: 8814513.
HSL color Cylindrical-coordinate representation of color #B17F86: hue angle of 351.6º 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 #B17F86 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 134 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.31 |
| HSL | 351.6º | 0.24% | 0.6% | - |
| HSV(B) | 351.6º | 0.28% | 0.69% | - |
| XYZ | 30.02 | 26.25 | 26.04 | - |
| YUV | 142.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 134 | 0 | 0.28 | 0.24 | 0.31 | 351.6 | 0.24 | 0.6 |
| Hex | B1 | 7F | 86 | 0 | 1C | 18 | 1F | 160 | 18 | 3C |
| Octal | 261 | 177 | 206 | 0 | 34 | 30 | 37 | 540 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10000110 | 0 | 11100 | 11000 | 11111 | 101100000 | 11000 | 111100 |
Color Harmonies of #B17F86
Complementary color
Monochromatic Colors of #B17F86
Black with #B17F86
Text Example
Text Example
White with #B17F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F86; }
p { color: rgb(177,127,134); }
H1.HeaderClassName
{
color: #B17F86;
}
.AnyTagClassName
{
color: #B17F86;
}
</style>
background-color css
<style>
a { background-color: #B17F86; }
a { background-color: rgb(177,127,134); }
div.DivClassName
{
background-color: #B17F86;
}
.BgClassName
{
background-color: #B17F86;
}
</style>
border-color css
<style>
span { border-color: #B17F86; }
span { border-color: rgb(177,127,134); }
td.TdClassName
{
border-color: #B17F86;
}
.TagClassName
{
border-color: #B17F86;
}
</style>