Shades of Tapestry #B1868A
Tints of Tapestry #B1868A
RGB
CMYK
RGB Variations
Color information
#B1868A (or 0xB1868A) is known color: Tapestry. HEX triplet: B1, 86 and 8A. RGB value is (177,134,138). Sum of RGB (Red+Green+Blue) = 177+134+138=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1868A is #4E7975. Grayscale: #939393. Windows color (decimal): -5142902 or 9078449. OLE color: 9078449.
HSL color Cylindrical-coordinate representation of color #B1868A: hue angle of 354.42º degrees, saturation: 0.22, 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 #B1868A is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 138 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.31 |
| HSL | 354.42º | 0.22% | 0.61% | - |
| HSV(B) | 354.42º | 0.24% | 0.69% | - |
| XYZ | 31.24 | 28.23 | 27.85 | - |
| YUV | 147.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 138 | 0 | 0.24 | 0.22 | 0.31 | 354.42 | 0.22 | 0.61 |
| Hex | B1 | 86 | 8A | 0 | 18 | 16 | 1F | 162 | 16 | 3D |
| Octal | 261 | 206 | 212 | 0 | 30 | 26 | 37 | 542 | 26 | 75 |
| Binary | 10110001 | 10000110 | 10001010 | 0 | 11000 | 10110 | 11111 | 101100010 | 10110 | 111101 |
Color Harmonies of #B1868A
Complementary color
Monochromatic Colors of #B1868A
Black with #B1868A
Text Example
Text Example
White with #B1868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1868A; }
p { color: rgb(177,134,138); }
H1.HeaderClassName
{
color: #B1868A;
}
.AnyTagClassName
{
color: #B1868A;
}
</style>
background-color css
<style>
a { background-color: #B1868A; }
a { background-color: rgb(177,134,138); }
div.DivClassName
{
background-color: #B1868A;
}
.BgClassName
{
background-color: #B1868A;
}
</style>
border-color css
<style>
span { border-color: #B1868A; }
span { border-color: rgb(177,134,138); }
td.TdClassName
{
border-color: #B1868A;
}
.TagClassName
{
border-color: #B1868A;
}
</style>