Shades of Tapestry #B16B80
Tints of Tapestry #B16B80
RGB
CMYK
RGB Variations
Color information
#B16B80 (or 0xB16B80) is known color: Tapestry. HEX triplet: B1, 6B and 80. RGB value is (177,107,128). Sum of RGB (Red+Green+Blue) = 177+107+128=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16B80 is #4E947F. Grayscale: #828282. Windows color (decimal): -5149824 or 8416177. OLE color: 8416177.
HSL color Cylindrical-coordinate representation of color #B16B80: hue angle of 342º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16B80 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 128 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.31 |
| HSL | 342º | 0.31% | 0.56% | - |
| HSV(B) | 342º | 0.4% | 0.69% | - |
| XYZ | 27.29 | 21.42 | 23.12 | - |
| YUV | 130.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 128 | 0 | 0.40 | 0.28 | 0.31 | 342 | 0.31 | 0.56 |
| Hex | B1 | 6B | 80 | 0 | 28 | 1C | 1F | 156 | 1F | 38 |
| Octal | 261 | 153 | 200 | 0 | 50 | 34 | 37 | 526 | 37 | 70 |
| Binary | 10110001 | 1101011 | 10000000 | 0 | 101000 | 11100 | 11111 | 101010110 | 11111 | 111000 |
Color Harmonies of #B16B80
Complementary color
Monochromatic Colors of #B16B80
Black with #B16B80
Text Example
Text Example
White with #B16B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B80; }
p { color: rgb(177,107,128); }
H1.HeaderClassName
{
color: #B16B80;
}
.AnyTagClassName
{
color: #B16B80;
}
</style>
background-color css
<style>
a { background-color: #B16B80; }
a { background-color: rgb(177,107,128); }
div.DivClassName
{
background-color: #B16B80;
}
.BgClassName
{
background-color: #B16B80;
}
</style>
border-color css
<style>
span { border-color: #B16B80; }
span { border-color: rgb(177,107,128); }
td.TdClassName
{
border-color: #B16B80;
}
.TagClassName
{
border-color: #B16B80;
}
</style>