Shades of Tapestry #B17488
Tints of Tapestry #B17488
RGB
CMYK
RGB Variations
Color information
#B17488 (or 0xB17488) is known color: Tapestry. HEX triplet: B1, 74 and 88. RGB value is (177,116,136). Sum of RGB (Red+Green+Blue) = 177+116+136=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B17488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17488 is #4E8B77. Grayscale: #888888. Windows color (decimal): -5147512 or 8942769. OLE color: 8942769.
HSL color Cylindrical-coordinate representation of color #B17488: hue angle of 340.33º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17488 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 136 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.31 |
| HSL | 340.33º | 0.28% | 0.57% | - |
| HSV(B) | 340.33º | 0.34% | 0.69% | - |
| XYZ | 28.82 | 23.62 | 26.33 | - |
| YUV | 136.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 136 | 0 | 0.34 | 0.23 | 0.31 | 340.33 | 0.28 | 0.57 |
| Hex | B1 | 74 | 88 | 0 | 22 | 17 | 1F | 154 | 1C | 39 |
| Octal | 261 | 164 | 210 | 0 | 42 | 27 | 37 | 524 | 34 | 71 |
| Binary | 10110001 | 1110100 | 10001000 | 0 | 100010 | 10111 | 11111 | 101010100 | 11100 | 111001 |
Color Harmonies of #B17488
Complementary color
Monochromatic Colors of #B17488
Black with #B17488
Text Example
Text Example
White with #B17488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17488; }
p { color: rgb(177,116,136); }
H1.HeaderClassName
{
color: #B17488;
}
.AnyTagClassName
{
color: #B17488;
}
</style>
background-color css
<style>
a { background-color: #B17488; }
a { background-color: rgb(177,116,136); }
div.DivClassName
{
background-color: #B17488;
}
.BgClassName
{
background-color: #B17488;
}
</style>
border-color css
<style>
span { border-color: #B17488; }
span { border-color: rgb(177,116,136); }
td.TdClassName
{
border-color: #B17488;
}
.TagClassName
{
border-color: #B17488;
}
</style>