Shades of Tapestry #B17E85
Tints of Tapestry #B17E85
RGB
CMYK
RGB Variations
Color information
#B17E85 (or 0xB17E85) is known color: Tapestry. HEX triplet: B1, 7E and 85. RGB value is (177,126,133). Sum of RGB (Red+Green+Blue) = 177+126+133=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E85 is #4E817A. Grayscale: #8E8E8E. Windows color (decimal): -5144955 or 8748721. OLE color: 8748721.
HSL color Cylindrical-coordinate representation of color #B17E85: hue angle of 351.76º 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 #B17E85 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 133 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.31 |
| HSL | 351.76º | 0.25% | 0.59% | - |
| HSV(B) | 351.76º | 0.29% | 0.69% | - |
| XYZ | 29.83 | 25.96 | 25.63 | - |
| YUV | 142.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 133 | 0 | 0.29 | 0.25 | 0.31 | 351.76 | 0.25 | 0.59 |
| Hex | B1 | 7E | 85 | 0 | 1D | 19 | 1F | 160 | 19 | 3B |
| Octal | 261 | 176 | 205 | 0 | 35 | 31 | 37 | 540 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10000101 | 0 | 11101 | 11001 | 11111 | 101100000 | 11001 | 111011 |
Color Harmonies of #B17E85
Complementary color
Monochromatic Colors of #B17E85
Black with #B17E85
Text Example
Text Example
White with #B17E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E85; }
p { color: rgb(177,126,133); }
H1.HeaderClassName
{
color: #B17E85;
}
.AnyTagClassName
{
color: #B17E85;
}
</style>
background-color css
<style>
a { background-color: #B17E85; }
a { background-color: rgb(177,126,133); }
div.DivClassName
{
background-color: #B17E85;
}
.BgClassName
{
background-color: #B17E85;
}
</style>
border-color css
<style>
span { border-color: #B17E85; }
span { border-color: rgb(177,126,133); }
td.TdClassName
{
border-color: #B17E85;
}
.TagClassName
{
border-color: #B17E85;
}
</style>