Shades of Tapestry #B1808C
Tints of Tapestry #B1808C
RGB
CMYK
RGB Variations
Color information
#B1808C (or 0xB1808C) is known color: Tapestry. HEX triplet: B1, 80 and 8C. RGB value is (177,128,140). Sum of RGB (Red+Green+Blue) = 177+128+140=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1808C is #4E7F73. Grayscale: #909090. Windows color (decimal): -5144436 or 9207985. OLE color: 9207985.
HSL color Cylindrical-coordinate representation of color #B1808C: hue angle of 345.31º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1808C is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 140 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.31 |
| HSL | 345.31º | 0.24% | 0.6% | - |
| HSV(B) | 345.31º | 0.28% | 0.69% | - |
| XYZ | 30.58 | 26.68 | 28.35 | - |
| YUV | 144.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 140 | 0 | 0.28 | 0.21 | 0.31 | 345.31 | 0.24 | 0.6 |
| Hex | B1 | 80 | 8C | 0 | 1C | 15 | 1F | 159 | 18 | 3C |
| Octal | 261 | 200 | 214 | 0 | 34 | 25 | 37 | 531 | 30 | 74 |
| Binary | 10110001 | 10000000 | 10001100 | 0 | 11100 | 10101 | 11111 | 101011001 | 11000 | 111100 |
Color Harmonies of #B1808C
Complementary color
Monochromatic Colors of #B1808C
Black with #B1808C
Text Example
Text Example
White with #B1808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1808C; }
p { color: rgb(177,128,140); }
H1.HeaderClassName
{
color: #B1808C;
}
.AnyTagClassName
{
color: #B1808C;
}
</style>
background-color css
<style>
a { background-color: #B1808C; }
a { background-color: rgb(177,128,140); }
div.DivClassName
{
background-color: #B1808C;
}
.BgClassName
{
background-color: #B1808C;
}
</style>
border-color css
<style>
span { border-color: #B1808C; }
span { border-color: rgb(177,128,140); }
td.TdClassName
{
border-color: #B1808C;
}
.TagClassName
{
border-color: #B1808C;
}
</style>