Shades of Tapestry #B18188
Tints of Tapestry #B18188
RGB
CMYK
RGB Variations
Color information
#B18188 (or 0xB18188) is known color: Tapestry. HEX triplet: B1, 81 and 88. RGB value is (177,129,136). Sum of RGB (Red+Green+Blue) = 177+129+136=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B18188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18188 is #4E7E77. Grayscale: #909090. Windows color (decimal): -5144184 or 8946097. OLE color: 8946097.
HSL color Cylindrical-coordinate representation of color #B18188: hue angle of 351.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 #B18188 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 136 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.31 |
| HSL | 351.25º | 0.24% | 0.6% | - |
| HSV(B) | 351.25º | 0.27% | 0.69% | - |
| XYZ | 30.43 | 26.83 | 26.87 | - |
| YUV | 144.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 136 | 0 | 0.27 | 0.23 | 0.31 | 351.25 | 0.24 | 0.6 |
| Hex | B1 | 81 | 88 | 0 | 1B | 17 | 1F | 15F | 18 | 3C |
| Octal | 261 | 201 | 210 | 0 | 33 | 27 | 37 | 537 | 30 | 74 |
| Binary | 10110001 | 10000001 | 10001000 | 0 | 11011 | 10111 | 11111 | 101011111 | 11000 | 111100 |
Color Harmonies of #B18188
Complementary color
Monochromatic Colors of #B18188
Black with #B18188
Text Example
Text Example
White with #B18188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18188; }
p { color: rgb(177,129,136); }
H1.HeaderClassName
{
color: #B18188;
}
.AnyTagClassName
{
color: #B18188;
}
</style>
background-color css
<style>
a { background-color: #B18188; }
a { background-color: rgb(177,129,136); }
div.DivClassName
{
background-color: #B18188;
}
.BgClassName
{
background-color: #B18188;
}
</style>
border-color css
<style>
span { border-color: #B18188; }
span { border-color: rgb(177,129,136); }
td.TdClassName
{
border-color: #B18188;
}
.TagClassName
{
border-color: #B18188;
}
</style>