Shades of Tapestry #B6707E
Tints of Tapestry #B6707E
RGB
CMYK
RGB Variations
Color information
#B6707E (or 0xB6707E) is known color: Tapestry. HEX triplet: B6, 70 and 7E. RGB value is (182,112,126). Sum of RGB (Red+Green+Blue) = 182+112+126=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6707E is #498F81. Grayscale: #868686. Windows color (decimal): -4820866 or 8286390. OLE color: 8286390.
HSL color Cylindrical-coordinate representation of color #B6707E: hue angle of 348º 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 #B6707E is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 126 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.29 |
| HSL | 348º | 0.32% | 0.58% | - |
| HSV(B) | 348º | 0.38% | 0.71% | - |
| XYZ | 28.85 | 23.04 | 22.67 | - |
| YUV | 134.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 126 | 0 | 0.38 | 0.31 | 0.29 | 348 | 0.32 | 0.58 |
| Hex | B6 | 70 | 7E | 0 | 26 | 1F | 1D | 15C | 20 | 3A |
| Octal | 266 | 160 | 176 | 0 | 46 | 37 | 35 | 534 | 40 | 72 |
| Binary | 10110110 | 1110000 | 1111110 | 0 | 100110 | 11111 | 11101 | 101011100 | 100000 | 111010 |
Color Harmonies of #B6707E
Complementary color
Monochromatic Colors of #B6707E
Black with #B6707E
Text Example
Text Example
White with #B6707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6707E; }
p { color: rgb(182,112,126); }
H1.HeaderClassName
{
color: #B6707E;
}
.AnyTagClassName
{
color: #B6707E;
}
</style>
background-color css
<style>
a { background-color: #B6707E; }
a { background-color: rgb(182,112,126); }
div.DivClassName
{
background-color: #B6707E;
}
.BgClassName
{
background-color: #B6707E;
}
</style>
border-color css
<style>
span { border-color: #B6707E; }
span { border-color: rgb(182,112,126); }
td.TdClassName
{
border-color: #B6707E;
}
.TagClassName
{
border-color: #B6707E;
}
</style>