Shades of Tapestry #B6688C
Tints of Tapestry #B6688C
RGB
CMYK
RGB Variations
Color information
#B6688C (or 0xB6688C) is known color: Tapestry. HEX triplet: B6, 68 and 8C. RGB value is (182,104,140). Sum of RGB (Red+Green+Blue) = 182+104+140=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6688C is #499773. Grayscale: #838383. Windows color (decimal): -4822900 or 9201846. OLE color: 9201846.
HSL color Cylindrical-coordinate representation of color #B6688C: hue angle of 332.31º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6688C is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 104 | 140 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.29 |
| HSL | 332.31º | 0.35% | 0.56% | - |
| HSV(B) | 332.31º | 0.43% | 0.71% | - |
| XYZ | 28.98 | 21.74 | 27.48 | - |
| YUV | 131.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 140 | 0 | 0.43 | 0.23 | 0.29 | 332.31 | 0.35 | 0.56 |
| Hex | B6 | 68 | 8C | 0 | 2B | 17 | 1D | 14C | 23 | 38 |
| Octal | 266 | 150 | 214 | 0 | 53 | 27 | 35 | 514 | 43 | 70 |
| Binary | 10110110 | 1101000 | 10001100 | 0 | 101011 | 10111 | 11101 | 101001100 | 100011 | 111000 |
Color Harmonies of #B6688C
Complementary color
Monochromatic Colors of #B6688C
Black with #B6688C
Text Example
Text Example
White with #B6688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6688C; }
p { color: rgb(182,104,140); }
H1.HeaderClassName
{
color: #B6688C;
}
.AnyTagClassName
{
color: #B6688C;
}
</style>
background-color css
<style>
a { background-color: #B6688C; }
a { background-color: rgb(182,104,140); }
div.DivClassName
{
background-color: #B6688C;
}
.BgClassName
{
background-color: #B6688C;
}
</style>
border-color css
<style>
span { border-color: #B6688C; }
span { border-color: rgb(182,104,140); }
td.TdClassName
{
border-color: #B6688C;
}
.TagClassName
{
border-color: #B6688C;
}
</style>