Shades of Tapestry #B7717C
Tints of Tapestry #B7717C
RGB
CMYK
RGB Variations
Color information
#B7717C (or 0xB7717C) is known color: Tapestry. HEX triplet: B7, 71 and 7C. RGB value is (183,113,124). Sum of RGB (Red+Green+Blue) = 183+113+124=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7717C is #488E83. Grayscale: #878787. Windows color (decimal): -4755076 or 8155575. OLE color: 8155575.
HSL color Cylindrical-coordinate representation of color #B7717C: hue angle of 350.57º 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 #B7717C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 124 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.28 |
| HSL | 350.57º | 0.33% | 0.58% | - |
| HSV(B) | 350.57º | 0.38% | 0.72% | - |
| XYZ | 29.07 | 23.33 | 22.04 | - |
| YUV | 135.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 124 | 0 | 0.38 | 0.32 | 0.28 | 350.57 | 0.33 | 0.58 |
| Hex | B7 | 71 | 7C | 0 | 26 | 20 | 1C | 15F | 21 | 3A |
| Octal | 267 | 161 | 174 | 0 | 46 | 40 | 34 | 537 | 41 | 72 |
| Binary | 10110111 | 1110001 | 1111100 | 0 | 100110 | 100000 | 11100 | 101011111 | 100001 | 111010 |
Color Harmonies of #B7717C
Complementary color
Monochromatic Colors of #B7717C
Black with #B7717C
Text Example
Text Example
White with #B7717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7717C; }
p { color: rgb(183,113,124); }
H1.HeaderClassName
{
color: #B7717C;
}
.AnyTagClassName
{
color: #B7717C;
}
</style>
background-color css
<style>
a { background-color: #B7717C; }
a { background-color: rgb(183,113,124); }
div.DivClassName
{
background-color: #B7717C;
}
.BgClassName
{
background-color: #B7717C;
}
</style>
border-color css
<style>
span { border-color: #B7717C; }
span { border-color: rgb(183,113,124); }
td.TdClassName
{
border-color: #B7717C;
}
.TagClassName
{
border-color: #B7717C;
}
</style>