Shades of Tapestry #B6688F
Tints of Tapestry #B6688F
RGB
CMYK
RGB Variations
Color information
#B6688F (or 0xB6688F) is known color: Tapestry. HEX triplet: B6, 68 and 8F. RGB value is (182,104,143). Sum of RGB (Red+Green+Blue) = 182+104+143=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6688F is #499770. Grayscale: #838383. Windows color (decimal): -4822897 or 9398454. OLE color: 9398454.
HSL color Cylindrical-coordinate representation of color #B6688F: hue angle of 330º 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 #B6688F is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 104 | 143 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.29 |
| HSL | 330º | 0.35% | 0.56% | - |
| HSV(B) | 330º | 0.43% | 0.71% | - |
| XYZ | 29.2 | 21.83 | 28.66 | - |
| YUV | 131.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 143 | 0 | 0.43 | 0.21 | 0.29 | 330 | 0.35 | 0.56 |
| Hex | B6 | 68 | 8F | 0 | 2B | 15 | 1D | 14A | 23 | 38 |
| Octal | 266 | 150 | 217 | 0 | 53 | 25 | 35 | 512 | 43 | 70 |
| Binary | 10110110 | 1101000 | 10001111 | 0 | 101011 | 10101 | 11101 | 101001010 | 100011 | 111000 |
Color Harmonies of #B6688F
Complementary color
Monochromatic Colors of #B6688F
Black with #B6688F
Text Example
Text Example
White with #B6688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6688F; }
p { color: rgb(182,104,143); }
H1.HeaderClassName
{
color: #B6688F;
}
.AnyTagClassName
{
color: #B6688F;
}
</style>
background-color css
<style>
a { background-color: #B6688F; }
a { background-color: rgb(182,104,143); }
div.DivClassName
{
background-color: #B6688F;
}
.BgClassName
{
background-color: #B6688F;
}
</style>
border-color css
<style>
span { border-color: #B6688F; }
span { border-color: rgb(182,104,143); }
td.TdClassName
{
border-color: #B6688F;
}
.TagClassName
{
border-color: #B6688F;
}
</style>