Shades of Tapestry #B16F8F
Tints of Tapestry #B16F8F
RGB
CMYK
RGB Variations
Color information
#B16F8F (or 0xB16F8F) is known color: Tapestry. HEX triplet: B1, 6F and 8F. RGB value is (177,111,143). Sum of RGB (Red+Green+Blue) = 177+111+143=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16F8F is #4E9070. Grayscale: #868686. Windows color (decimal): -5148785 or 9400241. OLE color: 9400241.
HSL color Cylindrical-coordinate representation of color #B16F8F: hue angle of 330.91º 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 #B16F8F is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 143 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.31 |
| HSL | 330.91º | 0.3% | 0.56% | - |
| HSV(B) | 330.91º | 0.37% | 0.69% | - |
| XYZ | 28.77 | 22.7 | 28.85 | - |
| YUV | 134.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 143 | 0 | 0.37 | 0.19 | 0.31 | 330.91 | 0.3 | 0.56 |
| Hex | B1 | 6F | 8F | 0 | 25 | 13 | 1F | 14B | 1E | 38 |
| Octal | 261 | 157 | 217 | 0 | 45 | 23 | 37 | 513 | 36 | 70 |
| Binary | 10110001 | 1101111 | 10001111 | 0 | 100101 | 10011 | 11111 | 101001011 | 11110 | 111000 |
Color Harmonies of #B16F8F
Complementary color
Monochromatic Colors of #B16F8F
Black with #B16F8F
Text Example
Text Example
White with #B16F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F8F; }
p { color: rgb(177,111,143); }
H1.HeaderClassName
{
color: #B16F8F;
}
.AnyTagClassName
{
color: #B16F8F;
}
</style>
background-color css
<style>
a { background-color: #B16F8F; }
a { background-color: rgb(177,111,143); }
div.DivClassName
{
background-color: #B16F8F;
}
.BgClassName
{
background-color: #B16F8F;
}
</style>
border-color css
<style>
span { border-color: #B16F8F; }
span { border-color: rgb(177,111,143); }
td.TdClassName
{
border-color: #B16F8F;
}
.TagClassName
{
border-color: #B16F8F;
}
</style>