Shades of Tapestry #B0868C
Tints of Tapestry #B0868C
RGB
CMYK
RGB Variations
Color information
#B0868C (or 0xB0868C) is known color: Tapestry. HEX triplet: B0, 86 and 8C. RGB value is (176,134,140). Sum of RGB (Red+Green+Blue) = 176+134+140=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0868C is #4F7973. Grayscale: #939393. Windows color (decimal): -5208436 or 9209520. OLE color: 9209520.
HSL color Cylindrical-coordinate representation of color #B0868C: hue angle of 351.43º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0868C is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 140 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.31 |
| HSL | 351.43º | 0.21% | 0.61% | - |
| HSV(B) | 351.43º | 0.24% | 0.69% | - |
| XYZ | 31.16 | 28.17 | 28.61 | - |
| YUV | 147.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 140 | 0 | 0.24 | 0.20 | 0.31 | 351.43 | 0.21 | 0.61 |
| Hex | B0 | 86 | 8C | 0 | 18 | 14 | 1F | 15F | 15 | 3D |
| Octal | 260 | 206 | 214 | 0 | 30 | 24 | 37 | 537 | 25 | 75 |
| Binary | 10110000 | 10000110 | 10001100 | 0 | 11000 | 10100 | 11111 | 101011111 | 10101 | 111101 |
Color Harmonies of #B0868C
Complementary color
Monochromatic Colors of #B0868C
Black with #B0868C
Text Example
Text Example
White with #B0868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0868C; }
p { color: rgb(176,134,140); }
H1.HeaderClassName
{
color: #B0868C;
}
.AnyTagClassName
{
color: #B0868C;
}
</style>
background-color css
<style>
a { background-color: #B0868C; }
a { background-color: rgb(176,134,140); }
div.DivClassName
{
background-color: #B0868C;
}
.BgClassName
{
background-color: #B0868C;
}
</style>
border-color css
<style>
span { border-color: #B0868C; }
span { border-color: rgb(176,134,140); }
td.TdClassName
{
border-color: #B0868C;
}
.TagClassName
{
border-color: #B0868C;
}
</style>