Shades of Tapestry #B17588
Tints of Tapestry #B17588
RGB
CMYK
RGB Variations
Color information
#B17588 (or 0xB17588) is known color: Tapestry. HEX triplet: B1, 75 and 88. RGB value is (177,117,136). Sum of RGB (Red+Green+Blue) = 177+117+136=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B17588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17588 is #4E8A77. Grayscale: #898989. Windows color (decimal): -5147256 or 8943025. OLE color: 8943025.
HSL color Cylindrical-coordinate representation of color #B17588: hue angle of 341º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17588 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 136 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.31 |
| HSL | 341º | 0.28% | 0.58% | - |
| HSV(B) | 341º | 0.34% | 0.69% | - |
| XYZ | 28.94 | 23.85 | 26.37 | - |
| YUV | 137.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 136 | 0 | 0.34 | 0.23 | 0.31 | 341 | 0.28 | 0.58 |
| Hex | B1 | 75 | 88 | 0 | 22 | 17 | 1F | 155 | 1C | 3A |
| Octal | 261 | 165 | 210 | 0 | 42 | 27 | 37 | 525 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10001000 | 0 | 100010 | 10111 | 11111 | 101010101 | 11100 | 111010 |
Color Harmonies of #B17588
Complementary color
Monochromatic Colors of #B17588
Black with #B17588
Text Example
Text Example
White with #B17588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17588; }
p { color: rgb(177,117,136); }
H1.HeaderClassName
{
color: #B17588;
}
.AnyTagClassName
{
color: #B17588;
}
</style>
background-color css
<style>
a { background-color: #B17588; }
a { background-color: rgb(177,117,136); }
div.DivClassName
{
background-color: #B17588;
}
.BgClassName
{
background-color: #B17588;
}
</style>
border-color css
<style>
span { border-color: #B17588; }
span { border-color: rgb(177,117,136); }
td.TdClassName
{
border-color: #B17588;
}
.TagClassName
{
border-color: #B17588;
}
</style>