Shades of Tapestry #B16880
Tints of Tapestry #B16880
RGB
CMYK
RGB Variations
Color information
#B16880 (or 0xB16880) is known color: Tapestry. HEX triplet: B1, 68 and 80. RGB value is (177,104,128). Sum of RGB (Red+Green+Blue) = 177+104+128=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B16880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16880 is #4E977F. Grayscale: #808080. Windows color (decimal): -5150592 or 8415409. OLE color: 8415409.
HSL color Cylindrical-coordinate representation of color #B16880: hue angle of 340.27º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16880 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 128 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.31 |
| HSL | 340.27º | 0.32% | 0.55% | - |
| HSV(B) | 340.27º | 0.41% | 0.69% | - |
| XYZ | 26.98 | 20.81 | 23.02 | - |
| YUV | 128.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 128 | 0 | 0.41 | 0.28 | 0.31 | 340.27 | 0.32 | 0.55 |
| Hex | B1 | 68 | 80 | 0 | 29 | 1C | 1F | 154 | 20 | 37 |
| Octal | 261 | 150 | 200 | 0 | 51 | 34 | 37 | 524 | 40 | 67 |
| Binary | 10110001 | 1101000 | 10000000 | 0 | 101001 | 11100 | 11111 | 101010100 | 100000 | 110111 |
Color Harmonies of #B16880
Complementary color
Monochromatic Colors of #B16880
Black with #B16880
Text Example
Text Example
White with #B16880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16880; }
p { color: rgb(177,104,128); }
H1.HeaderClassName
{
color: #B16880;
}
.AnyTagClassName
{
color: #B16880;
}
</style>
background-color css
<style>
a { background-color: #B16880; }
a { background-color: rgb(177,104,128); }
div.DivClassName
{
background-color: #B16880;
}
.BgClassName
{
background-color: #B16880;
}
</style>
border-color css
<style>
span { border-color: #B16880; }
span { border-color: rgb(177,104,128); }
td.TdClassName
{
border-color: #B16880;
}
.TagClassName
{
border-color: #B16880;
}
</style>