Shades of Tapestry #B17F89
Tints of Tapestry #B17F89
RGB
CMYK
RGB Variations
Color information
#B17F89 (or 0xB17F89) is known color: Tapestry. HEX triplet: B1, 7F and 89. RGB value is (177,127,137). Sum of RGB (Red+Green+Blue) = 177+127+137=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F89 is #4E8076. Grayscale: #8F8F8F. Windows color (decimal): -5144695 or 9011121. OLE color: 9011121.
HSL color Cylindrical-coordinate representation of color #B17F89: hue angle of 348º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17F89 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 137 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.31 |
| HSL | 348º | 0.24% | 0.6% | - |
| HSV(B) | 348º | 0.28% | 0.69% | - |
| XYZ | 30.24 | 26.33 | 27.16 | - |
| YUV | 143.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 137 | 0 | 0.28 | 0.23 | 0.31 | 348 | 0.24 | 0.6 |
| Hex | B1 | 7F | 89 | 0 | 1C | 17 | 1F | 15C | 18 | 3C |
| Octal | 261 | 177 | 211 | 0 | 34 | 27 | 37 | 534 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10001001 | 0 | 11100 | 10111 | 11111 | 101011100 | 11000 | 111100 |
Color Harmonies of #B17F89
Complementary color
Monochromatic Colors of #B17F89
Black with #B17F89
Text Example
Text Example
White with #B17F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F89; }
p { color: rgb(177,127,137); }
H1.HeaderClassName
{
color: #B17F89;
}
.AnyTagClassName
{
color: #B17F89;
}
</style>
background-color css
<style>
a { background-color: #B17F89; }
a { background-color: rgb(177,127,137); }
div.DivClassName
{
background-color: #B17F89;
}
.BgClassName
{
background-color: #B17F89;
}
</style>
border-color css
<style>
span { border-color: #B17F89; }
span { border-color: rgb(177,127,137); }
td.TdClassName
{
border-color: #B17F89;
}
.TagClassName
{
border-color: #B17F89;
}
</style>