Shades of Tapestry #B1818E
Tints of Tapestry #B1818E
RGB
CMYK
RGB Variations
Color information
#B1818E (or 0xB1818E) is known color: Tapestry. HEX triplet: B1, 81 and 8E. RGB value is (177,129,142). Sum of RGB (Red+Green+Blue) = 177+129+142=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1818E is #4E7E71. Grayscale: #909090. Windows color (decimal): -5144178 or 9339313. OLE color: 9339313.
HSL color Cylindrical-coordinate representation of color #B1818E: hue angle of 343.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1818E is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 142 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.31 |
| HSL | 343.75º | 0.24% | 0.6% | - |
| HSV(B) | 343.75º | 0.27% | 0.69% | - |
| XYZ | 30.86 | 27 | 29.18 | - |
| YUV | 144.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 142 | 0 | 0.27 | 0.20 | 0.31 | 343.75 | 0.24 | 0.6 |
| Hex | B1 | 81 | 8E | 0 | 1B | 14 | 1F | 158 | 18 | 3C |
| Octal | 261 | 201 | 216 | 0 | 33 | 24 | 37 | 530 | 30 | 74 |
| Binary | 10110001 | 10000001 | 10001110 | 0 | 11011 | 10100 | 11111 | 101011000 | 11000 | 111100 |
Color Harmonies of #B1818E
Complementary color
Monochromatic Colors of #B1818E
Black with #B1818E
Text Example
Text Example
White with #B1818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1818E; }
p { color: rgb(177,129,142); }
H1.HeaderClassName
{
color: #B1818E;
}
.AnyTagClassName
{
color: #B1818E;
}
</style>
background-color css
<style>
a { background-color: #B1818E; }
a { background-color: rgb(177,129,142); }
div.DivClassName
{
background-color: #B1818E;
}
.BgClassName
{
background-color: #B1818E;
}
</style>
border-color css
<style>
span { border-color: #B1818E; }
span { border-color: rgb(177,129,142); }
td.TdClassName
{
border-color: #B1818E;
}
.TagClassName
{
border-color: #B1818E;
}
</style>