Shades of Tapestry #B0868A
Tints of Tapestry #B0868A
RGB
CMYK
RGB Variations
Color information
#B0868A (or 0xB0868A) is known color: Tapestry. HEX triplet: B0, 86 and 8A. RGB value is (176,134,138). Sum of RGB (Red+Green+Blue) = 176+134+138=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0868A is #4F7975. Grayscale: #939393. Windows color (decimal): -5208438 or 9078448. OLE color: 9078448.
HSL color Cylindrical-coordinate representation of color #B0868A: hue angle of 354.29º 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 #B0868A is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 138 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.31 |
| HSL | 354.29º | 0.21% | 0.61% | - |
| HSV(B) | 354.29º | 0.24% | 0.69% | - |
| XYZ | 31.02 | 28.12 | 27.84 | - |
| YUV | 147.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 138 | 0 | 0.24 | 0.22 | 0.31 | 354.29 | 0.21 | 0.61 |
| Hex | B0 | 86 | 8A | 0 | 18 | 16 | 1F | 162 | 15 | 3D |
| Octal | 260 | 206 | 212 | 0 | 30 | 26 | 37 | 542 | 25 | 75 |
| Binary | 10110000 | 10000110 | 10001010 | 0 | 11000 | 10110 | 11111 | 101100010 | 10101 | 111101 |
Color Harmonies of #B0868A
Complementary color
Monochromatic Colors of #B0868A
Black with #B0868A
Text Example
Text Example
White with #B0868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0868A; }
p { color: rgb(176,134,138); }
H1.HeaderClassName
{
color: #B0868A;
}
.AnyTagClassName
{
color: #B0868A;
}
</style>
background-color css
<style>
a { background-color: #B0868A; }
a { background-color: rgb(176,134,138); }
div.DivClassName
{
background-color: #B0868A;
}
.BgClassName
{
background-color: #B0868A;
}
</style>
border-color css
<style>
span { border-color: #B0868A; }
span { border-color: rgb(176,134,138); }
td.TdClassName
{
border-color: #B0868A;
}
.TagClassName
{
border-color: #B0868A;
}
</style>