Shades of Tapestry #B17B90
Tints of Tapestry #B17B90
RGB
CMYK
RGB Variations
Color information
#B17B90 (or 0xB17B90) is known color: Tapestry. HEX triplet: B1, 7B and 90. RGB value is (177,123,144). Sum of RGB (Red+Green+Blue) = 177+123+144=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B90 is #4E846F. Grayscale: #8D8D8D. Windows color (decimal): -5145712 or 9468849. OLE color: 9468849.
HSL color Cylindrical-coordinate representation of color #B17B90: hue angle of 336.67º 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 #B17B90 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 144 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.31 |
| HSL | 336.67º | 0.26% | 0.59% | - |
| HSV(B) | 336.67º | 0.31% | 0.69% | - |
| XYZ | 30.25 | 25.53 | 29.72 | - |
| YUV | 141.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 144 | 0 | 0.31 | 0.19 | 0.31 | 336.67 | 0.26 | 0.59 |
| Hex | B1 | 7B | 90 | 0 | 1F | 13 | 1F | 151 | 1A | 3B |
| Octal | 261 | 173 | 220 | 0 | 37 | 23 | 37 | 521 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10010000 | 0 | 11111 | 10011 | 11111 | 101010001 | 11010 | 111011 |
Color Harmonies of #B17B90
Complementary color
Monochromatic Colors of #B17B90
Black with #B17B90
Text Example
Text Example
White with #B17B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B90; }
p { color: rgb(177,123,144); }
H1.HeaderClassName
{
color: #B17B90;
}
.AnyTagClassName
{
color: #B17B90;
}
</style>
background-color css
<style>
a { background-color: #B17B90; }
a { background-color: rgb(177,123,144); }
div.DivClassName
{
background-color: #B17B90;
}
.BgClassName
{
background-color: #B17B90;
}
</style>
border-color css
<style>
span { border-color: #B17B90; }
span { border-color: rgb(177,123,144); }
td.TdClassName
{
border-color: #B17B90;
}
.TagClassName
{
border-color: #B17B90;
}
</style>