Shades of Tapestry #B1818C
Tints of Tapestry #B1818C
RGB
CMYK
RGB Variations
Color information
#B1818C (or 0xB1818C) is known color: Tapestry. HEX triplet: B1, 81 and 8C. RGB value is (177,129,140). Sum of RGB (Red+Green+Blue) = 177+129+140=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1818C is #4E7E73. Grayscale: #909090. Windows color (decimal): -5144180 or 9208241. OLE color: 9208241.
HSL color Cylindrical-coordinate representation of color #B1818C: hue angle of 346.25º 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 #B1818C is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 140 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.31 |
| HSL | 346.25º | 0.24% | 0.6% | - |
| HSV(B) | 346.25º | 0.27% | 0.69% | - |
| XYZ | 30.72 | 26.94 | 28.39 | - |
| YUV | 144.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 140 | 0 | 0.27 | 0.21 | 0.31 | 346.25 | 0.24 | 0.6 |
| Hex | B1 | 81 | 8C | 0 | 1B | 15 | 1F | 15A | 18 | 3C |
| Octal | 261 | 201 | 214 | 0 | 33 | 25 | 37 | 532 | 30 | 74 |
| Binary | 10110001 | 10000001 | 10001100 | 0 | 11011 | 10101 | 11111 | 101011010 | 11000 | 111100 |
Color Harmonies of #B1818C
Complementary color
Monochromatic Colors of #B1818C
Black with #B1818C
Text Example
Text Example
White with #B1818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1818C; }
p { color: rgb(177,129,140); }
H1.HeaderClassName
{
color: #B1818C;
}
.AnyTagClassName
{
color: #B1818C;
}
</style>
background-color css
<style>
a { background-color: #B1818C; }
a { background-color: rgb(177,129,140); }
div.DivClassName
{
background-color: #B1818C;
}
.BgClassName
{
background-color: #B1818C;
}
</style>
border-color css
<style>
span { border-color: #B1818C; }
span { border-color: rgb(177,129,140); }
td.TdClassName
{
border-color: #B1818C;
}
.TagClassName
{
border-color: #B1818C;
}
</style>