Shades of Tapestry #B0868B
Tints of Tapestry #B0868B
RGB
CMYK
RGB Variations
Color information
#B0868B (or 0xB0868B) is known color: Tapestry. HEX triplet: B0, 86 and 8B. RGB value is (176,134,139). Sum of RGB (Red+Green+Blue) = 176+134+139=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0868B is #4F7974. Grayscale: #939393. Windows color (decimal): -5208437 or 9143984. OLE color: 9143984.
HSL color Cylindrical-coordinate representation of color #B0868B: hue angle of 352.86º 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 #B0868B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 139 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.31 |
| HSL | 352.86º | 0.21% | 0.61% | - |
| HSV(B) | 352.86º | 0.24% | 0.69% | - |
| XYZ | 31.09 | 28.14 | 28.22 | - |
| YUV | 147.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 139 | 0 | 0.24 | 0.21 | 0.31 | 352.86 | 0.21 | 0.61 |
| Hex | B0 | 86 | 8B | 0 | 18 | 15 | 1F | 161 | 15 | 3D |
| Octal | 260 | 206 | 213 | 0 | 30 | 25 | 37 | 541 | 25 | 75 |
| Binary | 10110000 | 10000110 | 10001011 | 0 | 11000 | 10101 | 11111 | 101100001 | 10101 | 111101 |
Color Harmonies of #B0868B
Complementary color
Monochromatic Colors of #B0868B
Black with #B0868B
Text Example
Text Example
White with #B0868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0868B; }
p { color: rgb(176,134,139); }
H1.HeaderClassName
{
color: #B0868B;
}
.AnyTagClassName
{
color: #B0868B;
}
</style>
background-color css
<style>
a { background-color: #B0868B; }
a { background-color: rgb(176,134,139); }
div.DivClassName
{
background-color: #B0868B;
}
.BgClassName
{
background-color: #B0868B;
}
</style>
border-color css
<style>
span { border-color: #B0868B; }
span { border-color: rgb(176,134,139); }
td.TdClassName
{
border-color: #B0868B;
}
.TagClassName
{
border-color: #B0868B;
}
</style>