Shades of Tapestry #B7717E
Tints of Tapestry #B7717E
RGB
CMYK
RGB Variations
Color information
#B7717E (or 0xB7717E) is known color: Tapestry. HEX triplet: B7, 71 and 7E. RGB value is (183,113,126). Sum of RGB (Red+Green+Blue) = 183+113+126=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7717E is #488E81. Grayscale: #878787. Windows color (decimal): -4755074 or 8286647. OLE color: 8286647.
HSL color Cylindrical-coordinate representation of color #B7717E: hue angle of 348.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7717E is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 126 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.28 |
| HSL | 348.86º | 0.33% | 0.58% | - |
| HSV(B) | 348.86º | 0.38% | 0.72% | - |
| XYZ | 29.2 | 23.38 | 22.71 | - |
| YUV | 135.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 126 | 0 | 0.38 | 0.31 | 0.28 | 348.86 | 0.33 | 0.58 |
| Hex | B7 | 71 | 7E | 0 | 26 | 1F | 1C | 15D | 21 | 3A |
| Octal | 267 | 161 | 176 | 0 | 46 | 37 | 34 | 535 | 41 | 72 |
| Binary | 10110111 | 1110001 | 1111110 | 0 | 100110 | 11111 | 11100 | 101011101 | 100001 | 111010 |
Color Harmonies of #B7717E
Complementary color
Monochromatic Colors of #B7717E
Black with #B7717E
Text Example
Text Example
White with #B7717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7717E; }
p { color: rgb(183,113,126); }
H1.HeaderClassName
{
color: #B7717E;
}
.AnyTagClassName
{
color: #B7717E;
}
</style>
background-color css
<style>
a { background-color: #B7717E; }
a { background-color: rgb(183,113,126); }
div.DivClassName
{
background-color: #B7717E;
}
.BgClassName
{
background-color: #B7717E;
}
</style>
border-color css
<style>
span { border-color: #B7717E; }
span { border-color: rgb(183,113,126); }
td.TdClassName
{
border-color: #B7717E;
}
.TagClassName
{
border-color: #B7717E;
}
</style>