Shades of Tapestry #B05D87
Tints of Tapestry #B05D87
RGB
CMYK
RGB Variations
Color information
#B05D87 (or 0xB05D87) is known color: Tapestry. HEX triplet: B0, 5D and 87. RGB value is (176,93,135). Sum of RGB (Red+Green+Blue) = 176+93+135=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D87 is #4FA278. Grayscale: #7A7A7A. Windows color (decimal): -5218937 or 8871344. OLE color: 8871344.
HSL color Cylindrical-coordinate representation of color #B05D87: hue angle of 329.64º degrees, saturation: 0.34, 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 #B05D87 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 135 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.31 |
| HSL | 329.64º | 0.34% | 0.53% | - |
| HSV(B) | 329.64º | 0.47% | 0.69% | - |
| XYZ | 26.19 | 18.81 | 25.17 | - |
| YUV | 122.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 135 | 0 | 0.47 | 0.23 | 0.31 | 329.64 | 0.34 | 0.53 |
| Hex | B0 | 5D | 87 | 0 | 2F | 17 | 1F | 14A | 22 | 35 |
| Octal | 260 | 135 | 207 | 0 | 57 | 27 | 37 | 512 | 42 | 65 |
| Binary | 10110000 | 1011101 | 10000111 | 0 | 101111 | 10111 | 11111 | 101001010 | 100010 | 110101 |
Color Harmonies of #B05D87
Complementary color
Monochromatic Colors of #B05D87
Black with #B05D87
Text Example
Text Example
White with #B05D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D87; }
p { color: rgb(176,93,135); }
H1.HeaderClassName
{
color: #B05D87;
}
.AnyTagClassName
{
color: #B05D87;
}
</style>
background-color css
<style>
a { background-color: #B05D87; }
a { background-color: rgb(176,93,135); }
div.DivClassName
{
background-color: #B05D87;
}
.BgClassName
{
background-color: #B05D87;
}
</style>
border-color css
<style>
span { border-color: #B05D87; }
span { border-color: rgb(176,93,135); }
td.TdClassName
{
border-color: #B05D87;
}
.TagClassName
{
border-color: #B05D87;
}
</style>