Shades of Tapestry #B17880
Tints of Tapestry #B17880
RGB
CMYK
RGB Variations
Color information
#B17880 (or 0xB17880) is known color: Tapestry. HEX triplet: B1, 78 and 80. RGB value is (177,120,128). Sum of RGB (Red+Green+Blue) = 177+120+128=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B17880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17880 is #4E877F. Grayscale: #898989. Windows color (decimal): -5146496 or 8419505. OLE color: 8419505.
HSL color Cylindrical-coordinate representation of color #B17880: hue angle of 351.58º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B17880 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 128 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.31 |
| HSL | 351.58º | 0.27% | 0.58% | - |
| HSV(B) | 351.58º | 0.32% | 0.69% | - |
| XYZ | 28.74 | 24.34 | 23.6 | - |
| YUV | 137.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 128 | 0 | 0.32 | 0.28 | 0.31 | 351.58 | 0.27 | 0.58 |
| Hex | B1 | 78 | 80 | 0 | 20 | 1C | 1F | 160 | 1B | 3A |
| Octal | 261 | 170 | 200 | 0 | 40 | 34 | 37 | 540 | 33 | 72 |
| Binary | 10110001 | 1111000 | 10000000 | 0 | 100000 | 11100 | 11111 | 101100000 | 11011 | 111010 |
Color Harmonies of #B17880
Complementary color
Monochromatic Colors of #B17880
Black with #B17880
Text Example
Text Example
White with #B17880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17880; }
p { color: rgb(177,120,128); }
H1.HeaderClassName
{
color: #B17880;
}
.AnyTagClassName
{
color: #B17880;
}
</style>
background-color css
<style>
a { background-color: #B17880; }
a { background-color: rgb(177,120,128); }
div.DivClassName
{
background-color: #B17880;
}
.BgClassName
{
background-color: #B17880;
}
</style>
border-color css
<style>
span { border-color: #B17880; }
span { border-color: rgb(177,120,128); }
td.TdClassName
{
border-color: #B17880;
}
.TagClassName
{
border-color: #B17880;
}
</style>