Shades of Tapestry #B17080
Tints of Tapestry #B17080
RGB
CMYK
RGB Variations
Color information
#B17080 (or 0xB17080) is known color: Tapestry. HEX triplet: B1, 70 and 80. RGB value is (177,112,128). Sum of RGB (Red+Green+Blue) = 177+112+128=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B17080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17080 is #4E8F7F. Grayscale: #858585. Windows color (decimal): -5148544 or 8417457. OLE color: 8417457.
HSL color Cylindrical-coordinate representation of color #B17080: hue angle of 345.23º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B17080 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 128 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.31 |
| HSL | 345.23º | 0.29% | 0.57% | - |
| HSV(B) | 345.23º | 0.37% | 0.69% | - |
| XYZ | 27.82 | 22.49 | 23.3 | - |
| YUV | 133.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 128 | 0 | 0.37 | 0.28 | 0.31 | 345.23 | 0.29 | 0.57 |
| Hex | B1 | 70 | 80 | 0 | 25 | 1C | 1F | 159 | 1D | 39 |
| Octal | 261 | 160 | 200 | 0 | 45 | 34 | 37 | 531 | 35 | 71 |
| Binary | 10110001 | 1110000 | 10000000 | 0 | 100101 | 11100 | 11111 | 101011001 | 11101 | 111001 |
Color Harmonies of #B17080
Complementary color
Monochromatic Colors of #B17080
Black with #B17080
Text Example
Text Example
White with #B17080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17080; }
p { color: rgb(177,112,128); }
H1.HeaderClassName
{
color: #B17080;
}
.AnyTagClassName
{
color: #B17080;
}
</style>
background-color css
<style>
a { background-color: #B17080; }
a { background-color: rgb(177,112,128); }
div.DivClassName
{
background-color: #B17080;
}
.BgClassName
{
background-color: #B17080;
}
</style>
border-color css
<style>
span { border-color: #B17080; }
span { border-color: rgb(177,112,128); }
td.TdClassName
{
border-color: #B17080;
}
.TagClassName
{
border-color: #B17080;
}
</style>