Shades of Tapestry #B18488
Tints of Tapestry #B18488
RGB
CMYK
RGB Variations
Color information
#B18488 (or 0xB18488) is known color: Tapestry. HEX triplet: B1, 84 and 88. RGB value is (177,132,136). Sum of RGB (Red+Green+Blue) = 177+132+136=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B18488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18488 is #4E7B77. Grayscale: #919191. Windows color (decimal): -5143416 or 8946865. OLE color: 8946865.
HSL color Cylindrical-coordinate representation of color #B18488: hue angle of 354.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18488 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 136 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.31 |
| HSL | 354.67º | 0.22% | 0.61% | - |
| HSV(B) | 354.67º | 0.25% | 0.69% | - |
| XYZ | 30.83 | 27.63 | 27 | - |
| YUV | 145.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 136 | 0 | 0.25 | 0.23 | 0.31 | 354.67 | 0.22 | 0.61 |
| Hex | B1 | 84 | 88 | 0 | 19 | 17 | 1F | 163 | 16 | 3D |
| Octal | 261 | 204 | 210 | 0 | 31 | 27 | 37 | 543 | 26 | 75 |
| Binary | 10110001 | 10000100 | 10001000 | 0 | 11001 | 10111 | 11111 | 101100011 | 10110 | 111101 |
Color Harmonies of #B18488
Complementary color
Monochromatic Colors of #B18488
Black with #B18488
Text Example
Text Example
White with #B18488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18488; }
p { color: rgb(177,132,136); }
H1.HeaderClassName
{
color: #B18488;
}
.AnyTagClassName
{
color: #B18488;
}
</style>
background-color css
<style>
a { background-color: #B18488; }
a { background-color: rgb(177,132,136); }
div.DivClassName
{
background-color: #B18488;
}
.BgClassName
{
background-color: #B18488;
}
</style>
border-color css
<style>
span { border-color: #B18488; }
span { border-color: rgb(177,132,136); }
td.TdClassName
{
border-color: #B18488;
}
.TagClassName
{
border-color: #B18488;
}
</style>