Shades of Tapestry #B17E8D
Tints of Tapestry #B17E8D
RGB
CMYK
RGB Variations
Color information
#B17E8D (or 0xB17E8D) is known color: Tapestry. HEX triplet: B1, 7E and 8D. RGB value is (177,126,141). Sum of RGB (Red+Green+Blue) = 177+126+141=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E8D is #4E8172. Grayscale: #8E8E8E. Windows color (decimal): -5144947 or 9273009. OLE color: 9273009.
HSL color Cylindrical-coordinate representation of color #B17E8D: hue angle of 342.35º 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 #B17E8D is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 141 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.31 |
| HSL | 342.35º | 0.25% | 0.59% | - |
| HSV(B) | 342.35º | 0.29% | 0.69% | - |
| XYZ | 30.4 | 26.19 | 28.65 | - |
| YUV | 142.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 141 | 0 | 0.29 | 0.20 | 0.31 | 342.35 | 0.25 | 0.59 |
| Hex | B1 | 7E | 8D | 0 | 1D | 14 | 1F | 156 | 19 | 3B |
| Octal | 261 | 176 | 215 | 0 | 35 | 24 | 37 | 526 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10001101 | 0 | 11101 | 10100 | 11111 | 101010110 | 11001 | 111011 |
Color Harmonies of #B17E8D
Complementary color
Monochromatic Colors of #B17E8D
Black with #B17E8D
Text Example
Text Example
White with #B17E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E8D; }
p { color: rgb(177,126,141); }
H1.HeaderClassName
{
color: #B17E8D;
}
.AnyTagClassName
{
color: #B17E8D;
}
</style>
background-color css
<style>
a { background-color: #B17E8D; }
a { background-color: rgb(177,126,141); }
div.DivClassName
{
background-color: #B17E8D;
}
.BgClassName
{
background-color: #B17E8D;
}
</style>
border-color css
<style>
span { border-color: #B17E8D; }
span { border-color: rgb(177,126,141); }
td.TdClassName
{
border-color: #B17E8D;
}
.TagClassName
{
border-color: #B17E8D;
}
</style>