Shades of Tapestry #B17C8E
Tints of Tapestry #B17C8E
RGB
CMYK
RGB Variations
Color information
#B17C8E (or 0xB17C8E) is known color: Tapestry. HEX triplet: B1, 7C and 8E. RGB value is (177,124,142). Sum of RGB (Red+Green+Blue) = 177+124+142=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C8E is #4E8371. Grayscale: #8D8D8D. Windows color (decimal): -5145458 or 9338033. OLE color: 9338033.
HSL color Cylindrical-coordinate representation of color #B17C8E: hue angle of 339.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17C8E is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 142 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.31 |
| HSL | 339.62º | 0.25% | 0.59% | - |
| HSV(B) | 339.62º | 0.3% | 0.69% | - |
| XYZ | 30.22 | 25.72 | 28.96 | - |
| YUV | 141.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 142 | 0 | 0.30 | 0.20 | 0.31 | 339.62 | 0.25 | 0.59 |
| Hex | B1 | 7C | 8E | 0 | 1E | 14 | 1F | 154 | 19 | 3B |
| Octal | 261 | 174 | 216 | 0 | 36 | 24 | 37 | 524 | 31 | 73 |
| Binary | 10110001 | 1111100 | 10001110 | 0 | 11110 | 10100 | 11111 | 101010100 | 11001 | 111011 |
Color Harmonies of #B17C8E
Complementary color
Monochromatic Colors of #B17C8E
Black with #B17C8E
Text Example
Text Example
White with #B17C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C8E; }
p { color: rgb(177,124,142); }
H1.HeaderClassName
{
color: #B17C8E;
}
.AnyTagClassName
{
color: #B17C8E;
}
</style>
background-color css
<style>
a { background-color: #B17C8E; }
a { background-color: rgb(177,124,142); }
div.DivClassName
{
background-color: #B17C8E;
}
.BgClassName
{
background-color: #B17C8E;
}
</style>
border-color css
<style>
span { border-color: #B17C8E; }
span { border-color: rgb(177,124,142); }
td.TdClassName
{
border-color: #B17C8E;
}
.TagClassName
{
border-color: #B17C8E;
}
</style>