Shades of Tapestry #B17E8E
Tints of Tapestry #B17E8E
RGB
CMYK
RGB Variations
Color information
#B17E8E (or 0xB17E8E) is known color: Tapestry. HEX triplet: B1, 7E and 8E. RGB value is (177,126,142). Sum of RGB (Red+Green+Blue) = 177+126+142=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E8E is #4E8171. Grayscale: #8F8F8F. Windows color (decimal): -5144946 or 9338545. OLE color: 9338545.
HSL color Cylindrical-coordinate representation of color #B17E8E: hue angle of 341.18º 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 #B17E8E is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 142 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.31 |
| HSL | 341.18º | 0.25% | 0.59% | - |
| HSV(B) | 341.18º | 0.29% | 0.69% | - |
| XYZ | 30.47 | 26.22 | 29.05 | - |
| YUV | 143.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 142 | 0 | 0.29 | 0.20 | 0.31 | 341.18 | 0.25 | 0.59 |
| Hex | B1 | 7E | 8E | 0 | 1D | 14 | 1F | 155 | 19 | 3B |
| Octal | 261 | 176 | 216 | 0 | 35 | 24 | 37 | 525 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10001110 | 0 | 11101 | 10100 | 11111 | 101010101 | 11001 | 111011 |
Color Harmonies of #B17E8E
Complementary color
Monochromatic Colors of #B17E8E
Black with #B17E8E
Text Example
Text Example
White with #B17E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E8E; }
p { color: rgb(177,126,142); }
H1.HeaderClassName
{
color: #B17E8E;
}
.AnyTagClassName
{
color: #B17E8E;
}
</style>
background-color css
<style>
a { background-color: #B17E8E; }
a { background-color: rgb(177,126,142); }
div.DivClassName
{
background-color: #B17E8E;
}
.BgClassName
{
background-color: #B17E8E;
}
</style>
border-color css
<style>
span { border-color: #B17E8E; }
span { border-color: rgb(177,126,142); }
td.TdClassName
{
border-color: #B17E8E;
}
.TagClassName
{
border-color: #B17E8E;
}
</style>