Shades of Tapestry #B1888A
Tints of Tapestry #B1888A
RGB
CMYK
RGB Variations
Color information
#B1888A (or 0xB1888A) is known color: Tapestry. HEX triplet: B1, 88 and 8A. RGB value is (177,136,138). Sum of RGB (Red+Green+Blue) = 177+136+138=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1888A is #4E7775. Grayscale: #949494. Windows color (decimal): -5142390 or 9078961. OLE color: 9078961.
HSL color Cylindrical-coordinate representation of color #B1888A: hue angle of 357.07º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1888A is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 138 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.31 |
| HSL | 357.07º | 0.21% | 0.61% | - |
| HSV(B) | 357.07º | 0.23% | 0.69% | - |
| XYZ | 31.52 | 28.79 | 27.94 | - |
| YUV | 148.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 138 | 0 | 0.23 | 0.22 | 0.31 | 357.07 | 0.21 | 0.61 |
| Hex | B1 | 88 | 8A | 0 | 17 | 16 | 1F | 165 | 15 | 3D |
| Octal | 261 | 210 | 212 | 0 | 27 | 26 | 37 | 545 | 25 | 75 |
| Binary | 10110001 | 10001000 | 10001010 | 0 | 10111 | 10110 | 11111 | 101100101 | 10101 | 111101 |
Color Harmonies of #B1888A
Complementary color
Monochromatic Colors of #B1888A
Black with #B1888A
Text Example
Text Example
White with #B1888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1888A; }
p { color: rgb(177,136,138); }
H1.HeaderClassName
{
color: #B1888A;
}
.AnyTagClassName
{
color: #B1888A;
}
</style>
background-color css
<style>
a { background-color: #B1888A; }
a { background-color: rgb(177,136,138); }
div.DivClassName
{
background-color: #B1888A;
}
.BgClassName
{
background-color: #B1888A;
}
</style>
border-color css
<style>
span { border-color: #B1888A; }
span { border-color: rgb(177,136,138); }
td.TdClassName
{
border-color: #B1888A;
}
.TagClassName
{
border-color: #B1888A;
}
</style>