Shades of Tapestry #B17E8F
Tints of Tapestry #B17E8F
RGB
CMYK
RGB Variations
Color information
#B17E8F (or 0xB17E8F) is known color: Tapestry. HEX triplet: B1, 7E and 8F. RGB value is (177,126,143). Sum of RGB (Red+Green+Blue) = 177+126+143=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E8F is #4E8170. Grayscale: #8F8F8F. Windows color (decimal): -5144945 or 9404081. OLE color: 9404081.
HSL color Cylindrical-coordinate representation of color #B17E8F: hue angle of 340º 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 #B17E8F is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 143 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.31 |
| HSL | 340º | 0.25% | 0.59% | - |
| HSV(B) | 340º | 0.29% | 0.69% | - |
| XYZ | 30.55 | 26.25 | 29.44 | - |
| YUV | 143.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 143 | 0 | 0.29 | 0.19 | 0.31 | 340 | 0.25 | 0.59 |
| Hex | B1 | 7E | 8F | 0 | 1D | 13 | 1F | 154 | 19 | 3B |
| Octal | 261 | 176 | 217 | 0 | 35 | 23 | 37 | 524 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10001111 | 0 | 11101 | 10011 | 11111 | 101010100 | 11001 | 111011 |
Color Harmonies of #B17E8F
Complementary color
Monochromatic Colors of #B17E8F
Black with #B17E8F
Text Example
Text Example
White with #B17E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E8F; }
p { color: rgb(177,126,143); }
H1.HeaderClassName
{
color: #B17E8F;
}
.AnyTagClassName
{
color: #B17E8F;
}
</style>
background-color css
<style>
a { background-color: #B17E8F; }
a { background-color: rgb(177,126,143); }
div.DivClassName
{
background-color: #B17E8F;
}
.BgClassName
{
background-color: #B17E8F;
}
</style>
border-color css
<style>
span { border-color: #B17E8F; }
span { border-color: rgb(177,126,143); }
td.TdClassName
{
border-color: #B17E8F;
}
.TagClassName
{
border-color: #B17E8F;
}
</style>