Shades of Tapestry #B6707B
Tints of Tapestry #B6707B
RGB
CMYK
RGB Variations
Color information
#B6707B (or 0xB6707B) is known color: Tapestry. HEX triplet: B6, 70 and 7B. RGB value is (182,112,123). Sum of RGB (Red+Green+Blue) = 182+112+123=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B6707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6707B is #498F84. Grayscale: #868686. Windows color (decimal): -4820869 or 8089782. OLE color: 8089782.
HSL color Cylindrical-coordinate representation of color #B6707B: hue angle of 350.57º 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 #B6707B is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 123 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.29 |
| HSL | 350.57º | 0.32% | 0.58% | - |
| HSV(B) | 350.57º | 0.38% | 0.71% | - |
| XYZ | 28.66 | 22.96 | 21.66 | - |
| YUV | 134.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 123 | 0 | 0.38 | 0.32 | 0.29 | 350.57 | 0.32 | 0.58 |
| Hex | B6 | 70 | 7B | 0 | 26 | 20 | 1D | 15F | 20 | 3A |
| Octal | 266 | 160 | 173 | 0 | 46 | 40 | 35 | 537 | 40 | 72 |
| Binary | 10110110 | 1110000 | 1111011 | 0 | 100110 | 100000 | 11101 | 101011111 | 100000 | 111010 |
Color Harmonies of #B6707B
Complementary color
Monochromatic Colors of #B6707B
Black with #B6707B
Text Example
Text Example
White with #B6707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6707B; }
p { color: rgb(182,112,123); }
H1.HeaderClassName
{
color: #B6707B;
}
.AnyTagClassName
{
color: #B6707B;
}
</style>
background-color css
<style>
a { background-color: #B6707B; }
a { background-color: rgb(182,112,123); }
div.DivClassName
{
background-color: #B6707B;
}
.BgClassName
{
background-color: #B6707B;
}
</style>
border-color css
<style>
span { border-color: #B6707B; }
span { border-color: rgb(182,112,123); }
td.TdClassName
{
border-color: #B6707B;
}
.TagClassName
{
border-color: #B6707B;
}
</style>