Shades of Tapestry #B07F8C
Tints of Tapestry #B07F8C
RGB
CMYK
RGB Variations
Color information
#B07F8C (or 0xB07F8C) is known color: Tapestry. HEX triplet: B0, 7F and 8C. RGB value is (176,127,140). Sum of RGB (Red+Green+Blue) = 176+127+140=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F8C is #4F8073. Grayscale: #8F8F8F. Windows color (decimal): -5210228 or 9207728. OLE color: 9207728.
HSL color Cylindrical-coordinate representation of color #B07F8C: hue angle of 344.08º 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 #B07F8C is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 140 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.31 |
| HSL | 344.08º | 0.24% | 0.59% | - |
| HSV(B) | 344.08º | 0.28% | 0.69% | - |
| XYZ | 30.23 | 26.3 | 28.29 | - |
| YUV | 143.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 140 | 0 | 0.28 | 0.20 | 0.31 | 344.08 | 0.24 | 0.59 |
| Hex | B0 | 7F | 8C | 0 | 1C | 14 | 1F | 158 | 18 | 3B |
| Octal | 260 | 177 | 214 | 0 | 34 | 24 | 37 | 530 | 30 | 73 |
| Binary | 10110000 | 1111111 | 10001100 | 0 | 11100 | 10100 | 11111 | 101011000 | 11000 | 111011 |
Color Harmonies of #B07F8C
Complementary color
Monochromatic Colors of #B07F8C
Black with #B07F8C
Text Example
Text Example
White with #B07F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F8C; }
p { color: rgb(176,127,140); }
H1.HeaderClassName
{
color: #B07F8C;
}
.AnyTagClassName
{
color: #B07F8C;
}
</style>
background-color css
<style>
a { background-color: #B07F8C; }
a { background-color: rgb(176,127,140); }
div.DivClassName
{
background-color: #B07F8C;
}
.BgClassName
{
background-color: #B07F8C;
}
</style>
border-color css
<style>
span { border-color: #B07F8C; }
span { border-color: rgb(176,127,140); }
td.TdClassName
{
border-color: #B07F8C;
}
.TagClassName
{
border-color: #B07F8C;
}
</style>