Shades of Tapestry #B16F7F
Tints of Tapestry #B16F7F
RGB
CMYK
RGB Variations
Color information
#B16F7F (or 0xB16F7F) is known color: Tapestry. HEX triplet: B1, 6F and 7F. RGB value is (177,111,127). Sum of RGB (Red+Green+Blue) = 177+111+127=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F7F is #4E9080. Grayscale: #848484. Windows color (decimal): -5148801 or 8351665. OLE color: 8351665.
HSL color Cylindrical-coordinate representation of color #B16F7F: hue angle of 345.45º 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 #B16F7F is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 127 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.31 |
| HSL | 345.45º | 0.3% | 0.56% | - |
| HSV(B) | 345.45º | 0.37% | 0.69% | - |
| XYZ | 27.65 | 22.25 | 22.92 | - |
| YUV | 132.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 127 | 0 | 0.37 | 0.28 | 0.31 | 345.45 | 0.3 | 0.56 |
| Hex | B1 | 6F | 7F | 0 | 25 | 1C | 1F | 159 | 1E | 38 |
| Octal | 261 | 157 | 177 | 0 | 45 | 34 | 37 | 531 | 36 | 70 |
| Binary | 10110001 | 1101111 | 1111111 | 0 | 100101 | 11100 | 11111 | 101011001 | 11110 | 111000 |
Color Harmonies of #B16F7F
Complementary color
Monochromatic Colors of #B16F7F
Black with #B16F7F
Text Example
Text Example
White with #B16F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F7F; }
p { color: rgb(177,111,127); }
H1.HeaderClassName
{
color: #B16F7F;
}
.AnyTagClassName
{
color: #B16F7F;
}
</style>
background-color css
<style>
a { background-color: #B16F7F; }
a { background-color: rgb(177,111,127); }
div.DivClassName
{
background-color: #B16F7F;
}
.BgClassName
{
background-color: #B16F7F;
}
</style>
border-color css
<style>
span { border-color: #B16F7F; }
span { border-color: rgb(177,111,127); }
td.TdClassName
{
border-color: #B16F7F;
}
.TagClassName
{
border-color: #B16F7F;
}
</style>