Shades of Tapestry #B7717D
Tints of Tapestry #B7717D
RGB
CMYK
RGB Variations
Color information
#B7717D (or 0xB7717D) is known color: Tapestry. HEX triplet: B7, 71 and 7D. RGB value is (183,113,125). Sum of RGB (Red+Green+Blue) = 183+113+125=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7717D is #488E82. Grayscale: #878787. Windows color (decimal): -4755075 or 8221111. OLE color: 8221111.
HSL color Cylindrical-coordinate representation of color #B7717D: hue angle of 349.71º 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 #B7717D is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 125 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.28 |
| HSL | 349.71º | 0.33% | 0.58% | - |
| HSV(B) | 349.71º | 0.38% | 0.72% | - |
| XYZ | 29.14 | 23.36 | 22.38 | - |
| YUV | 135.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 125 | 0 | 0.38 | 0.32 | 0.28 | 349.71 | 0.33 | 0.58 |
| Hex | B7 | 71 | 7D | 0 | 26 | 20 | 1C | 15E | 21 | 3A |
| Octal | 267 | 161 | 175 | 0 | 46 | 40 | 34 | 536 | 41 | 72 |
| Binary | 10110111 | 1110001 | 1111101 | 0 | 100110 | 100000 | 11100 | 101011110 | 100001 | 111010 |
Color Harmonies of #B7717D
Complementary color
Monochromatic Colors of #B7717D
Black with #B7717D
Text Example
Text Example
White with #B7717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7717D; }
p { color: rgb(183,113,125); }
H1.HeaderClassName
{
color: #B7717D;
}
.AnyTagClassName
{
color: #B7717D;
}
</style>
background-color css
<style>
a { background-color: #B7717D; }
a { background-color: rgb(183,113,125); }
div.DivClassName
{
background-color: #B7717D;
}
.BgClassName
{
background-color: #B7717D;
}
</style>
border-color css
<style>
span { border-color: #B7717D; }
span { border-color: rgb(183,113,125); }
td.TdClassName
{
border-color: #B7717D;
}
.TagClassName
{
border-color: #B7717D;
}
</style>