Shades of Tapestry #B17F90
Tints of Tapestry #B17F90
RGB
CMYK
RGB Variations
Color information
#B17F90 (or 0xB17F90) is known color: Tapestry. HEX triplet: B1, 7F and 90. RGB value is (177,127,144). Sum of RGB (Red+Green+Blue) = 177+127+144=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F90 is #4E806F. Grayscale: #8F8F8F. Windows color (decimal): -5144688 or 9469873. OLE color: 9469873.
HSL color Cylindrical-coordinate representation of color #B17F90: hue angle of 339.6º 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 #B17F90 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 144 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.31 |
| HSL | 339.6º | 0.24% | 0.6% | - |
| HSV(B) | 339.6º | 0.28% | 0.69% | - |
| XYZ | 30.75 | 26.54 | 29.89 | - |
| YUV | 143.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 144 | 0 | 0.28 | 0.19 | 0.31 | 339.6 | 0.24 | 0.6 |
| Hex | B1 | 7F | 90 | 0 | 1C | 13 | 1F | 154 | 18 | 3C |
| Octal | 261 | 177 | 220 | 0 | 34 | 23 | 37 | 524 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10010000 | 0 | 11100 | 10011 | 11111 | 101010100 | 11000 | 111100 |
Color Harmonies of #B17F90
Complementary color
Monochromatic Colors of #B17F90
Black with #B17F90
Text Example
Text Example
White with #B17F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F90; }
p { color: rgb(177,127,144); }
H1.HeaderClassName
{
color: #B17F90;
}
.AnyTagClassName
{
color: #B17F90;
}
</style>
background-color css
<style>
a { background-color: #B17F90; }
a { background-color: rgb(177,127,144); }
div.DivClassName
{
background-color: #B17F90;
}
.BgClassName
{
background-color: #B17F90;
}
</style>
border-color css
<style>
span { border-color: #B17F90; }
span { border-color: rgb(177,127,144); }
td.TdClassName
{
border-color: #B17F90;
}
.TagClassName
{
border-color: #B17F90;
}
</style>