Shades of Tapestry #B05D88
Tints of Tapestry #B05D88
RGB
CMYK
RGB Variations
Color information
#B05D88 (or 0xB05D88) is known color: Tapestry. HEX triplet: B0, 5D and 88. RGB value is (176,93,136). Sum of RGB (Red+Green+Blue) = 176+93+136=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D88 is #4FA277. Grayscale: #7A7A7A. Windows color (decimal): -5218936 or 8936880. OLE color: 8936880.
HSL color Cylindrical-coordinate representation of color #B05D88: hue angle of 328.92º 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 #B05D88 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 136 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.31 |
| HSL | 328.92º | 0.34% | 0.53% | - |
| HSV(B) | 328.92º | 0.47% | 0.69% | - |
| XYZ | 26.26 | 18.84 | 25.54 | - |
| YUV | 122.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 136 | 0 | 0.47 | 0.23 | 0.31 | 328.92 | 0.34 | 0.53 |
| Hex | B0 | 5D | 88 | 0 | 2F | 17 | 1F | 149 | 22 | 35 |
| Octal | 260 | 135 | 210 | 0 | 57 | 27 | 37 | 511 | 42 | 65 |
| Binary | 10110000 | 1011101 | 10001000 | 0 | 101111 | 10111 | 11111 | 101001001 | 100010 | 110101 |
Color Harmonies of #B05D88
Complementary color
Monochromatic Colors of #B05D88
Black with #B05D88
Text Example
Text Example
White with #B05D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D88; }
p { color: rgb(176,93,136); }
H1.HeaderClassName
{
color: #B05D88;
}
.AnyTagClassName
{
color: #B05D88;
}
</style>
background-color css
<style>
a { background-color: #B05D88; }
a { background-color: rgb(176,93,136); }
div.DivClassName
{
background-color: #B05D88;
}
.BgClassName
{
background-color: #B05D88;
}
</style>
border-color css
<style>
span { border-color: #B05D88; }
span { border-color: rgb(176,93,136); }
td.TdClassName
{
border-color: #B05D88;
}
.TagClassName
{
border-color: #B05D88;
}
</style>