Shades of Tapestry #B7708F
Tints of Tapestry #B7708F
RGB
CMYK
RGB Variations
Color information
#B7708F (or 0xB7708F) is known color: Tapestry. HEX triplet: B7, 70 and 8F. RGB value is (183,112,143). Sum of RGB (Red+Green+Blue) = 183+112+143=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7708F is #488F70. Grayscale: #888888. Windows color (decimal): -4755313 or 9400503. OLE color: 9400503.
HSL color Cylindrical-coordinate representation of color #B7708F: hue angle of 333.8º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7708F is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 143 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.28 |
| HSL | 333.8º | 0.33% | 0.58% | - |
| HSV(B) | 333.8º | 0.39% | 0.72% | - |
| XYZ | 30.28 | 23.64 | 28.95 | - |
| YUV | 136.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 143 | 0 | 0.39 | 0.22 | 0.28 | 333.8 | 0.33 | 0.58 |
| Hex | B7 | 70 | 8F | 0 | 27 | 16 | 1C | 14E | 21 | 3A |
| Octal | 267 | 160 | 217 | 0 | 47 | 26 | 34 | 516 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10001111 | 0 | 100111 | 10110 | 11100 | 101001110 | 100001 | 111010 |
Color Harmonies of #B7708F
Complementary color
Monochromatic Colors of #B7708F
Black with #B7708F
Text Example
Text Example
White with #B7708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7708F; }
p { color: rgb(183,112,143); }
H1.HeaderClassName
{
color: #B7708F;
}
.AnyTagClassName
{
color: #B7708F;
}
</style>
background-color css
<style>
a { background-color: #B7708F; }
a { background-color: rgb(183,112,143); }
div.DivClassName
{
background-color: #B7708F;
}
.BgClassName
{
background-color: #B7708F;
}
</style>
border-color css
<style>
span { border-color: #B7708F; }
span { border-color: rgb(183,112,143); }
td.TdClassName
{
border-color: #B7708F;
}
.TagClassName
{
border-color: #B7708F;
}
</style>