Shades of Tapestry #B07F8E
Tints of Tapestry #B07F8E
RGB
CMYK
RGB Variations
Color information
#B07F8E (or 0xB07F8E) is known color: Tapestry. HEX triplet: B0, 7F and 8E. RGB value is (176,127,142). Sum of RGB (Red+Green+Blue) = 176+127+142=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F8E is #4F8071. Grayscale: #8F8F8F. Windows color (decimal): -5210226 or 9338800. OLE color: 9338800.
HSL color Cylindrical-coordinate representation of color #B07F8E: hue angle of 341.63º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07F8E is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 142 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.31 |
| HSL | 341.63º | 0.24% | 0.59% | - |
| HSV(B) | 341.63º | 0.28% | 0.69% | - |
| XYZ | 30.38 | 26.36 | 29.08 | - |
| YUV | 143.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 142 | 0 | 0.28 | 0.19 | 0.31 | 341.63 | 0.24 | 0.59 |
| Hex | B0 | 7F | 8E | 0 | 1C | 13 | 1F | 156 | 18 | 3B |
| Octal | 260 | 177 | 216 | 0 | 34 | 23 | 37 | 526 | 30 | 73 |
| Binary | 10110000 | 1111111 | 10001110 | 0 | 11100 | 10011 | 11111 | 101010110 | 11000 | 111011 |
Color Harmonies of #B07F8E
Complementary color
Monochromatic Colors of #B07F8E
Black with #B07F8E
Text Example
Text Example
White with #B07F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F8E; }
p { color: rgb(176,127,142); }
H1.HeaderClassName
{
color: #B07F8E;
}
.AnyTagClassName
{
color: #B07F8E;
}
</style>
background-color css
<style>
a { background-color: #B07F8E; }
a { background-color: rgb(176,127,142); }
div.DivClassName
{
background-color: #B07F8E;
}
.BgClassName
{
background-color: #B07F8E;
}
</style>
border-color css
<style>
span { border-color: #B07F8E; }
span { border-color: rgb(176,127,142); }
td.TdClassName
{
border-color: #B07F8E;
}
.TagClassName
{
border-color: #B07F8E;
}
</style>