Shades of Tapestry #B7708E
Tints of Tapestry #B7708E
RGB
CMYK
RGB Variations
Color information
#B7708E (or 0xB7708E) is known color: Tapestry. HEX triplet: B7, 70 and 8E. RGB value is (183,112,142). Sum of RGB (Red+Green+Blue) = 183+112+142=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7708E is #488F71. Grayscale: #888888. Windows color (decimal): -4755314 or 9334967. OLE color: 9334967.
HSL color Cylindrical-coordinate representation of color #B7708E: hue angle of 334.65º 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 #B7708E is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 142 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.28 |
| HSL | 334.65º | 0.33% | 0.58% | - |
| HSV(B) | 334.65º | 0.39% | 0.72% | - |
| XYZ | 30.21 | 23.61 | 28.56 | - |
| YUV | 136.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 142 | 0 | 0.39 | 0.22 | 0.28 | 334.65 | 0.33 | 0.58 |
| Hex | B7 | 70 | 8E | 0 | 27 | 16 | 1C | 14F | 21 | 3A |
| Octal | 267 | 160 | 216 | 0 | 47 | 26 | 34 | 517 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10001110 | 0 | 100111 | 10110 | 11100 | 101001111 | 100001 | 111010 |
Color Harmonies of #B7708E
Complementary color
Monochromatic Colors of #B7708E
Black with #B7708E
Text Example
Text Example
White with #B7708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7708E; }
p { color: rgb(183,112,142); }
H1.HeaderClassName
{
color: #B7708E;
}
.AnyTagClassName
{
color: #B7708E;
}
</style>
background-color css
<style>
a { background-color: #B7708E; }
a { background-color: rgb(183,112,142); }
div.DivClassName
{
background-color: #B7708E;
}
.BgClassName
{
background-color: #B7708E;
}
</style>
border-color css
<style>
span { border-color: #B7708E; }
span { border-color: rgb(183,112,142); }
td.TdClassName
{
border-color: #B7708E;
}
.TagClassName
{
border-color: #B7708E;
}
</style>