Shades of Tapestry #B15F89
Tints of Tapestry #B15F89
RGB
CMYK
RGB Variations
Color information
#B15F89 (or 0xB15F89) is known color: Tapestry. HEX triplet: B1, 5F and 89. RGB value is (177,95,137). Sum of RGB (Red+Green+Blue) = 177+95+137=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F89 is #4EA076. Grayscale: #7C7C7C. Windows color (decimal): -5152887 or 9002929. OLE color: 9002929.
HSL color Cylindrical-coordinate representation of color #B15F89: hue angle of 329.27º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15F89 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 137 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.31 |
| HSL | 329.27º | 0.34% | 0.53% | - |
| HSV(B) | 329.27º | 0.46% | 0.69% | - |
| XYZ | 26.74 | 19.34 | 25.99 | - |
| YUV | 124.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 137 | 0 | 0.46 | 0.23 | 0.31 | 329.27 | 0.34 | 0.53 |
| Hex | B1 | 5F | 89 | 0 | 2E | 17 | 1F | 149 | 22 | 35 |
| Octal | 261 | 137 | 211 | 0 | 56 | 27 | 37 | 511 | 42 | 65 |
| Binary | 10110001 | 1011111 | 10001001 | 0 | 101110 | 10111 | 11111 | 101001001 | 100010 | 110101 |
Color Harmonies of #B15F89
Complementary color
Monochromatic Colors of #B15F89
Black with #B15F89
Text Example
Text Example
White with #B15F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F89; }
p { color: rgb(177,95,137); }
H1.HeaderClassName
{
color: #B15F89;
}
.AnyTagClassName
{
color: #B15F89;
}
</style>
background-color css
<style>
a { background-color: #B15F89; }
a { background-color: rgb(177,95,137); }
div.DivClassName
{
background-color: #B15F89;
}
.BgClassName
{
background-color: #B15F89;
}
</style>
border-color css
<style>
span { border-color: #B15F89; }
span { border-color: rgb(177,95,137); }
td.TdClassName
{
border-color: #B15F89;
}
.TagClassName
{
border-color: #B15F89;
}
</style>