Shades of Tapestry #B17E86
Tints of Tapestry #B17E86
RGB
CMYK
RGB Variations
Color information
#B17E86 (or 0xB17E86) is known color: Tapestry. HEX triplet: B1, 7E and 86. RGB value is (177,126,134). Sum of RGB (Red+Green+Blue) = 177+126+134=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E86 is #4E8179. Grayscale: #8E8E8E. Windows color (decimal): -5144954 or 8814257. OLE color: 8814257.
HSL color Cylindrical-coordinate representation of color #B17E86: hue angle of 350.59º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17E86 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 134 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.31 |
| HSL | 350.59º | 0.25% | 0.59% | - |
| HSV(B) | 350.59º | 0.29% | 0.69% | - |
| XYZ | 29.9 | 25.99 | 26 | - |
| YUV | 142.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 134 | 0 | 0.29 | 0.24 | 0.31 | 350.59 | 0.25 | 0.59 |
| Hex | B1 | 7E | 86 | 0 | 1D | 18 | 1F | 15F | 19 | 3B |
| Octal | 261 | 176 | 206 | 0 | 35 | 30 | 37 | 537 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10000110 | 0 | 11101 | 11000 | 11111 | 101011111 | 11001 | 111011 |
Color Harmonies of #B17E86
Complementary color
Monochromatic Colors of #B17E86
Black with #B17E86
Text Example
Text Example
White with #B17E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E86; }
p { color: rgb(177,126,134); }
H1.HeaderClassName
{
color: #B17E86;
}
.AnyTagClassName
{
color: #B17E86;
}
</style>
background-color css
<style>
a { background-color: #B17E86; }
a { background-color: rgb(177,126,134); }
div.DivClassName
{
background-color: #B17E86;
}
.BgClassName
{
background-color: #B17E86;
}
</style>
border-color css
<style>
span { border-color: #B17E86; }
span { border-color: rgb(177,126,134); }
td.TdClassName
{
border-color: #B17E86;
}
.TagClassName
{
border-color: #B17E86;
}
</style>