Shades of Tapestry #B15E84
Tints of Tapestry #B15E84
RGB
CMYK
RGB Variations
Color information
#B15E84 (or 0xB15E84) is known color: Tapestry. HEX triplet: B1, 5E and 84. RGB value is (177,94,132). Sum of RGB (Red+Green+Blue) = 177+94+132=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15E84 is #4EA17B. Grayscale: #7B7B7B. Windows color (decimal): -5153148 or 8674993. OLE color: 8674993.
HSL color Cylindrical-coordinate representation of color #B15E84: hue angle of 332.53º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15E84 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 132 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.31 |
| HSL | 332.53º | 0.35% | 0.53% | - |
| HSV(B) | 332.53º | 0.47% | 0.69% | - |
| XYZ | 26.3 | 19.02 | 24.11 | - |
| YUV | 123.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 132 | 0 | 0.47 | 0.25 | 0.31 | 332.53 | 0.35 | 0.53 |
| Hex | B1 | 5E | 84 | 0 | 2F | 19 | 1F | 14D | 23 | 35 |
| Octal | 261 | 136 | 204 | 0 | 57 | 31 | 37 | 515 | 43 | 65 |
| Binary | 10110001 | 1011110 | 10000100 | 0 | 101111 | 11001 | 11111 | 101001101 | 100011 | 110101 |
Color Harmonies of #B15E84
Complementary color
Monochromatic Colors of #B15E84
Black with #B15E84
Text Example
Text Example
White with #B15E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15E84; }
p { color: rgb(177,94,132); }
H1.HeaderClassName
{
color: #B15E84;
}
.AnyTagClassName
{
color: #B15E84;
}
</style>
background-color css
<style>
a { background-color: #B15E84; }
a { background-color: rgb(177,94,132); }
div.DivClassName
{
background-color: #B15E84;
}
.BgClassName
{
background-color: #B15E84;
}
</style>
border-color css
<style>
span { border-color: #B15E84; }
span { border-color: rgb(177,94,132); }
td.TdClassName
{
border-color: #B15E84;
}
.TagClassName
{
border-color: #B15E84;
}
</style>