Shades of Tapestry #B25E87
Tints of Tapestry #B25E87
RGB
CMYK
RGB Variations
Color information
#B25E87 (or 0xB25E87) is known color: Tapestry. HEX triplet: B2, 5E and 87. RGB value is (178,94,135). Sum of RGB (Red+Green+Blue) = 178+94+135=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25E87 is #4DA178. Grayscale: #7B7B7B. Windows color (decimal): -5087609 or 8871602. OLE color: 8871602.
HSL color Cylindrical-coordinate representation of color #B25E87: hue angle of 330.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25E87 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 135 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.30 |
| HSL | 330.71º | 0.35% | 0.53% | - |
| HSV(B) | 330.71º | 0.47% | 0.7% | - |
| XYZ | 26.74 | 19.22 | 25.22 | - |
| YUV | 123.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 135 | 0 | 0.47 | 0.24 | 0.30 | 330.71 | 0.35 | 0.53 |
| Hex | B2 | 5E | 87 | 0 | 2F | 18 | 1E | 14B | 23 | 35 |
| Octal | 262 | 136 | 207 | 0 | 57 | 30 | 36 | 513 | 43 | 65 |
| Binary | 10110010 | 1011110 | 10000111 | 0 | 101111 | 11000 | 11110 | 101001011 | 100011 | 110101 |
Color Harmonies of #B25E87
Complementary color
Monochromatic Colors of #B25E87
Black with #B25E87
Text Example
Text Example
White with #B25E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E87; }
p { color: rgb(178,94,135); }
H1.HeaderClassName
{
color: #B25E87;
}
.AnyTagClassName
{
color: #B25E87;
}
</style>
background-color css
<style>
a { background-color: #B25E87; }
a { background-color: rgb(178,94,135); }
div.DivClassName
{
background-color: #B25E87;
}
.BgClassName
{
background-color: #B25E87;
}
</style>
border-color css
<style>
span { border-color: #B25E87; }
span { border-color: rgb(178,94,135); }
td.TdClassName
{
border-color: #B25E87;
}
.TagClassName
{
border-color: #B25E87;
}
</style>