Shades of Tapestry #B16C80
Tints of Tapestry #B16C80
RGB
CMYK
RGB Variations
Color information
#B16C80 (or 0xB16C80) is known color: Tapestry. HEX triplet: B1, 6C and 80. RGB value is (177,108,128). Sum of RGB (Red+Green+Blue) = 177+108+128=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16C80 is #4E937F. Grayscale: #828282. Windows color (decimal): -5149568 or 8416433. OLE color: 8416433.
HSL color Cylindrical-coordinate representation of color #B16C80: hue angle of 342.61º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16C80 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 128 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.31 |
| HSL | 342.61º | 0.31% | 0.56% | - |
| HSV(B) | 342.61º | 0.39% | 0.69% | - |
| XYZ | 27.39 | 21.63 | 23.15 | - |
| YUV | 130.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 128 | 0 | 0.39 | 0.28 | 0.31 | 342.61 | 0.31 | 0.56 |
| Hex | B1 | 6C | 80 | 0 | 27 | 1C | 1F | 157 | 1F | 38 |
| Octal | 261 | 154 | 200 | 0 | 47 | 34 | 37 | 527 | 37 | 70 |
| Binary | 10110001 | 1101100 | 10000000 | 0 | 100111 | 11100 | 11111 | 101010111 | 11111 | 111000 |
Color Harmonies of #B16C80
Complementary color
Monochromatic Colors of #B16C80
Black with #B16C80
Text Example
Text Example
White with #B16C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C80; }
p { color: rgb(177,108,128); }
H1.HeaderClassName
{
color: #B16C80;
}
.AnyTagClassName
{
color: #B16C80;
}
</style>
background-color css
<style>
a { background-color: #B16C80; }
a { background-color: rgb(177,108,128); }
div.DivClassName
{
background-color: #B16C80;
}
.BgClassName
{
background-color: #B16C80;
}
</style>
border-color css
<style>
span { border-color: #B16C80; }
span { border-color: rgb(177,108,128); }
td.TdClassName
{
border-color: #B16C80;
}
.TagClassName
{
border-color: #B16C80;
}
</style>