Shades of Tapestry #B17A90
Tints of Tapestry #B17A90
RGB
CMYK
RGB Variations
Color information
#B17A90 (or 0xB17A90) is known color: Tapestry. HEX triplet: B1, 7A and 90. RGB value is (177,122,144). Sum of RGB (Red+Green+Blue) = 177+122+144=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A90 is #4E856F. Grayscale: #8C8C8C. Windows color (decimal): -5145968 or 9468593. OLE color: 9468593.
HSL color Cylindrical-coordinate representation of color #B17A90: hue angle of 336º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17A90 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 144 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.31 |
| HSL | 336º | 0.26% | 0.59% | - |
| HSV(B) | 336º | 0.31% | 0.69% | - |
| XYZ | 30.13 | 25.28 | 29.68 | - |
| YUV | 140.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 144 | 0 | 0.31 | 0.19 | 0.31 | 336 | 0.26 | 0.59 |
| Hex | B1 | 7A | 90 | 0 | 1F | 13 | 1F | 150 | 1A | 3B |
| Octal | 261 | 172 | 220 | 0 | 37 | 23 | 37 | 520 | 32 | 73 |
| Binary | 10110001 | 1111010 | 10010000 | 0 | 11111 | 10011 | 11111 | 101010000 | 11010 | 111011 |
Color Harmonies of #B17A90
Complementary color
Monochromatic Colors of #B17A90
Black with #B17A90
Text Example
Text Example
White with #B17A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A90; }
p { color: rgb(177,122,144); }
H1.HeaderClassName
{
color: #B17A90;
}
.AnyTagClassName
{
color: #B17A90;
}
</style>
background-color css
<style>
a { background-color: #B17A90; }
a { background-color: rgb(177,122,144); }
div.DivClassName
{
background-color: #B17A90;
}
.BgClassName
{
background-color: #B17A90;
}
</style>
border-color css
<style>
span { border-color: #B17A90; }
span { border-color: rgb(177,122,144); }
td.TdClassName
{
border-color: #B17A90;
}
.TagClassName
{
border-color: #B17A90;
}
</style>