Shades of Tapestry #B1808F
Tints of Tapestry #B1808F
RGB
CMYK
RGB Variations
Color information
#B1808F (or 0xB1808F) is known color: Tapestry. HEX triplet: B1, 80 and 8F. RGB value is (177,128,143). Sum of RGB (Red+Green+Blue) = 177+128+143=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1808F is #4E7F70. Grayscale: #909090. Windows color (decimal): -5144433 or 9404593. OLE color: 9404593.
HSL color Cylindrical-coordinate representation of color #B1808F: hue angle of 341.63º 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 #B1808F is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 143 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.31 |
| HSL | 341.63º | 0.24% | 0.6% | - |
| HSV(B) | 341.63º | 0.28% | 0.69% | - |
| XYZ | 30.81 | 26.77 | 29.53 | - |
| YUV | 144.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 143 | 0 | 0.28 | 0.19 | 0.31 | 341.63 | 0.24 | 0.6 |
| Hex | B1 | 80 | 8F | 0 | 1C | 13 | 1F | 156 | 18 | 3C |
| Octal | 261 | 200 | 217 | 0 | 34 | 23 | 37 | 526 | 30 | 74 |
| Binary | 10110001 | 10000000 | 10001111 | 0 | 11100 | 10011 | 11111 | 101010110 | 11000 | 111100 |
Color Harmonies of #B1808F
Complementary color
Monochromatic Colors of #B1808F
Black with #B1808F
Text Example
Text Example
White with #B1808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1808F; }
p { color: rgb(177,128,143); }
H1.HeaderClassName
{
color: #B1808F;
}
.AnyTagClassName
{
color: #B1808F;
}
</style>
background-color css
<style>
a { background-color: #B1808F; }
a { background-color: rgb(177,128,143); }
div.DivClassName
{
background-color: #B1808F;
}
.BgClassName
{
background-color: #B1808F;
}
</style>
border-color css
<style>
span { border-color: #B1808F; }
span { border-color: rgb(177,128,143); }
td.TdClassName
{
border-color: #B1808F;
}
.TagClassName
{
border-color: #B1808F;
}
</style>