Shades of Tapestry #B15F78
Tints of Tapestry #B15F78
RGB
CMYK
RGB Variations
Color information
#B15F78 (or 0xB15F78) is known color: Tapestry. HEX triplet: B1, 5F and 78. RGB value is (177,95,120). Sum of RGB (Red+Green+Blue) = 177+95+120=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F78 is #4EA087. Grayscale: #7A7A7A. Windows color (decimal): -5152904 or 7888817. OLE color: 7888817.
HSL color Cylindrical-coordinate representation of color #B15F78: hue angle of 341.71º 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 #B15F78 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 120 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.31 |
| HSL | 341.71º | 0.34% | 0.53% | - |
| HSV(B) | 341.71º | 0.46% | 0.69% | - |
| XYZ | 25.61 | 18.89 | 20.06 | - |
| YUV | 122.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 120 | 0 | 0.46 | 0.32 | 0.31 | 341.71 | 0.34 | 0.53 |
| Hex | B1 | 5F | 78 | 0 | 2E | 20 | 1F | 156 | 22 | 35 |
| Octal | 261 | 137 | 170 | 0 | 56 | 40 | 37 | 526 | 42 | 65 |
| Binary | 10110001 | 1011111 | 1111000 | 0 | 101110 | 100000 | 11111 | 101010110 | 100010 | 110101 |
Color Harmonies of #B15F78
Complementary color
Monochromatic Colors of #B15F78
Black with #B15F78
Text Example
Text Example
White with #B15F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F78; }
p { color: rgb(177,95,120); }
H1.HeaderClassName
{
color: #B15F78;
}
.AnyTagClassName
{
color: #B15F78;
}
</style>
background-color css
<style>
a { background-color: #B15F78; }
a { background-color: rgb(177,95,120); }
div.DivClassName
{
background-color: #B15F78;
}
.BgClassName
{
background-color: #B15F78;
}
</style>
border-color css
<style>
span { border-color: #B15F78; }
span { border-color: rgb(177,95,120); }
td.TdClassName
{
border-color: #B15F78;
}
.TagClassName
{
border-color: #B15F78;
}
</style>