Shades of Tapestry #B17E8B
Tints of Tapestry #B17E8B
RGB
CMYK
RGB Variations
Color information
#B17E8B (or 0xB17E8B) is known color: Tapestry. HEX triplet: B1, 7E and 8B. RGB value is (177,126,139). Sum of RGB (Red+Green+Blue) = 177+126+139=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E8B is #4E8174. Grayscale: #8E8E8E. Windows color (decimal): -5144949 or 9141937. OLE color: 9141937.
HSL color Cylindrical-coordinate representation of color #B17E8B: hue angle of 344.71º 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 #B17E8B is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 139 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.31 |
| HSL | 344.71º | 0.25% | 0.59% | - |
| HSV(B) | 344.71º | 0.29% | 0.69% | - |
| XYZ | 30.25 | 26.13 | 27.88 | - |
| YUV | 142.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 139 | 0 | 0.29 | 0.21 | 0.31 | 344.71 | 0.25 | 0.59 |
| Hex | B1 | 7E | 8B | 0 | 1D | 15 | 1F | 159 | 19 | 3B |
| Octal | 261 | 176 | 213 | 0 | 35 | 25 | 37 | 531 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10001011 | 0 | 11101 | 10101 | 11111 | 101011001 | 11001 | 111011 |
Color Harmonies of #B17E8B
Complementary color
Monochromatic Colors of #B17E8B
Black with #B17E8B
Text Example
Text Example
White with #B17E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E8B; }
p { color: rgb(177,126,139); }
H1.HeaderClassName
{
color: #B17E8B;
}
.AnyTagClassName
{
color: #B17E8B;
}
</style>
background-color css
<style>
a { background-color: #B17E8B; }
a { background-color: rgb(177,126,139); }
div.DivClassName
{
background-color: #B17E8B;
}
.BgClassName
{
background-color: #B17E8B;
}
</style>
border-color css
<style>
span { border-color: #B17E8B; }
span { border-color: rgb(177,126,139); }
td.TdClassName
{
border-color: #B17E8B;
}
.TagClassName
{
border-color: #B17E8B;
}
</style>