Shades of Tapestry #B6717A
Tints of Tapestry #B6717A
RGB
CMYK
RGB Variations
Color information
#B6717A (or 0xB6717A) is known color: Tapestry. HEX triplet: B6, 71 and 7A. RGB value is (182,113,122). Sum of RGB (Red+Green+Blue) = 182+113+122=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B6717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6717A is #498E85. Grayscale: #868686. Windows color (decimal): -4820614 or 8024502. OLE color: 8024502.
HSL color Cylindrical-coordinate representation of color #B6717A: hue angle of 352.17º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6717A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 122 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.29 |
| HSL | 352.17º | 0.32% | 0.58% | - |
| HSV(B) | 352.17º | 0.38% | 0.71% | - |
| XYZ | 28.71 | 23.16 | 21.37 | - |
| YUV | 134.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 122 | 0 | 0.38 | 0.33 | 0.29 | 352.17 | 0.32 | 0.58 |
| Hex | B6 | 71 | 7A | 0 | 26 | 21 | 1D | 160 | 20 | 3A |
| Octal | 266 | 161 | 172 | 0 | 46 | 41 | 35 | 540 | 40 | 72 |
| Binary | 10110110 | 1110001 | 1111010 | 0 | 100110 | 100001 | 11101 | 101100000 | 100000 | 111010 |
Color Harmonies of #B6717A
Complementary color
Monochromatic Colors of #B6717A
Black with #B6717A
Text Example
Text Example
White with #B6717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6717A; }
p { color: rgb(182,113,122); }
H1.HeaderClassName
{
color: #B6717A;
}
.AnyTagClassName
{
color: #B6717A;
}
</style>
background-color css
<style>
a { background-color: #B6717A; }
a { background-color: rgb(182,113,122); }
div.DivClassName
{
background-color: #B6717A;
}
.BgClassName
{
background-color: #B6717A;
}
</style>
border-color css
<style>
span { border-color: #B6717A; }
span { border-color: rgb(182,113,122); }
td.TdClassName
{
border-color: #B6717A;
}
.TagClassName
{
border-color: #B6717A;
}
</style>