Shades of Tapestry #B16F81
Tints of Tapestry #B16F81
RGB
CMYK
RGB Variations
Color information
#B16F81 (or 0xB16F81) is known color: Tapestry. HEX triplet: B1, 6F and 81. RGB value is (177,111,129). Sum of RGB (Red+Green+Blue) = 177+111+129=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16F81 is #4E907E. Grayscale: #848484. Windows color (decimal): -5148799 or 8482737. OLE color: 8482737.
HSL color Cylindrical-coordinate representation of color #B16F81: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B16F81 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 129 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.31 |
| HSL | 343.64º | 0.3% | 0.56% | - |
| HSV(B) | 343.64º | 0.37% | 0.69% | - |
| XYZ | 27.78 | 22.3 | 23.61 | - |
| YUV | 132.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 129 | 0 | 0.37 | 0.27 | 0.31 | 343.64 | 0.3 | 0.56 |
| Hex | B1 | 6F | 81 | 0 | 25 | 1B | 1F | 158 | 1E | 38 |
| Octal | 261 | 157 | 201 | 0 | 45 | 33 | 37 | 530 | 36 | 70 |
| Binary | 10110001 | 1101111 | 10000001 | 0 | 100101 | 11011 | 11111 | 101011000 | 11110 | 111000 |
Color Harmonies of #B16F81
Complementary color
Monochromatic Colors of #B16F81
Black with #B16F81
Text Example
Text Example
White with #B16F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F81; }
p { color: rgb(177,111,129); }
H1.HeaderClassName
{
color: #B16F81;
}
.AnyTagClassName
{
color: #B16F81;
}
</style>
background-color css
<style>
a { background-color: #B16F81; }
a { background-color: rgb(177,111,129); }
div.DivClassName
{
background-color: #B16F81;
}
.BgClassName
{
background-color: #B16F81;
}
</style>
border-color css
<style>
span { border-color: #B16F81; }
span { border-color: rgb(177,111,129); }
td.TdClassName
{
border-color: #B16F81;
}
.TagClassName
{
border-color: #B16F81;
}
</style>