Shades of Tapestry #B6687B
Tints of Tapestry #B6687B
RGB
CMYK
RGB Variations
Color information
#B6687B (or 0xB6687B) is known color: Tapestry. HEX triplet: B6, 68 and 7B. RGB value is (182,104,123). Sum of RGB (Red+Green+Blue) = 182+104+123=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6687B is #499784. Grayscale: #818181. Windows color (decimal): -4822917 or 8087734. OLE color: 8087734.
HSL color Cylindrical-coordinate representation of color #B6687B: hue angle of 345.38º 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 #B6687B is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 104 | 123 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.29 |
| HSL | 345.38º | 0.35% | 0.56% | - |
| HSV(B) | 345.38º | 0.43% | 0.71% | - |
| XYZ | 27.82 | 21.28 | 21.38 | - |
| YUV | 129.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 123 | 0 | 0.43 | 0.32 | 0.29 | 345.38 | 0.35 | 0.56 |
| Hex | B6 | 68 | 7B | 0 | 2B | 20 | 1D | 159 | 23 | 38 |
| Octal | 266 | 150 | 173 | 0 | 53 | 40 | 35 | 531 | 43 | 70 |
| Binary | 10110110 | 1101000 | 1111011 | 0 | 101011 | 100000 | 11101 | 101011001 | 100011 | 111000 |
Color Harmonies of #B6687B
Complementary color
Monochromatic Colors of #B6687B
Black with #B6687B
Text Example
Text Example
White with #B6687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6687B; }
p { color: rgb(182,104,123); }
H1.HeaderClassName
{
color: #B6687B;
}
.AnyTagClassName
{
color: #B6687B;
}
</style>
background-color css
<style>
a { background-color: #B6687B; }
a { background-color: rgb(182,104,123); }
div.DivClassName
{
background-color: #B6687B;
}
.BgClassName
{
background-color: #B6687B;
}
</style>
border-color css
<style>
span { border-color: #B6687B; }
span { border-color: rgb(182,104,123); }
td.TdClassName
{
border-color: #B6687B;
}
.TagClassName
{
border-color: #B6687B;
}
</style>