Shades of Tapestry #B07988
Tints of Tapestry #B07988
RGB
CMYK
RGB Variations
Color information
#B07988 (or 0xB07988) is known color: Tapestry. HEX triplet: B0, 79 and 88. RGB value is (176,121,136). Sum of RGB (Red+Green+Blue) = 176+121+136=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B07988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07988 is #4F8677. Grayscale: #8B8B8B. Windows color (decimal): -5211768 or 8944048. OLE color: 8944048.
HSL color Cylindrical-coordinate representation of color #B07988: hue angle of 343.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07988 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 136 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.31 |
| HSL | 343.64º | 0.26% | 0.58% | - |
| HSV(B) | 343.64º | 0.31% | 0.69% | - |
| XYZ | 29.19 | 24.68 | 26.52 | - |
| YUV | 139.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 136 | 0 | 0.31 | 0.23 | 0.31 | 343.64 | 0.26 | 0.58 |
| Hex | B0 | 79 | 88 | 0 | 1F | 17 | 1F | 158 | 1A | 3A |
| Octal | 260 | 171 | 210 | 0 | 37 | 27 | 37 | 530 | 32 | 72 |
| Binary | 10110000 | 1111001 | 10001000 | 0 | 11111 | 10111 | 11111 | 101011000 | 11010 | 111010 |
Color Harmonies of #B07988
Complementary color
Monochromatic Colors of #B07988
Black with #B07988
Text Example
Text Example
White with #B07988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07988; }
p { color: rgb(176,121,136); }
H1.HeaderClassName
{
color: #B07988;
}
.AnyTagClassName
{
color: #B07988;
}
</style>
background-color css
<style>
a { background-color: #B07988; }
a { background-color: rgb(176,121,136); }
div.DivClassName
{
background-color: #B07988;
}
.BgClassName
{
background-color: #B07988;
}
</style>
border-color css
<style>
span { border-color: #B07988; }
span { border-color: rgb(176,121,136); }
td.TdClassName
{
border-color: #B07988;
}
.TagClassName
{
border-color: #B07988;
}
</style>