Shades of Tapestry #B9688C
Tints of Tapestry #B9688C
RGB
CMYK
RGB Variations
Color information
#B9688C (or 0xB9688C) is known color: Tapestry. HEX triplet: B9, 68 and 8C. RGB value is (185,104,140). Sum of RGB (Red+Green+Blue) = 185+104+140=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9688C is #469773. Grayscale: #848484. Windows color (decimal): -4626292 or 9201849. OLE color: 9201849.
HSL color Cylindrical-coordinate representation of color #B9688C: hue angle of 333.33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9688C is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 140 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.27 |
| HSL | 333.33º | 0.37% | 0.57% | - |
| HSV(B) | 333.33º | 0.44% | 0.73% | - |
| XYZ | 29.69 | 22.11 | 27.51 | - |
| YUV | 132.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 140 | 0 | 0.44 | 0.24 | 0.27 | 333.33 | 0.37 | 0.57 |
| Hex | B9 | 68 | 8C | 0 | 2C | 18 | 1B | 14D | 25 | 39 |
| Octal | 271 | 150 | 214 | 0 | 54 | 30 | 33 | 515 | 45 | 71 |
| Binary | 10111001 | 1101000 | 10001100 | 0 | 101100 | 11000 | 11011 | 101001101 | 100101 | 111001 |
Color Harmonies of #B9688C
Complementary color
Monochromatic Colors of #B9688C
Black with #B9688C
Text Example
Text Example
White with #B9688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9688C; }
p { color: rgb(185,104,140); }
H1.HeaderClassName
{
color: #B9688C;
}
.AnyTagClassName
{
color: #B9688C;
}
</style>
background-color css
<style>
a { background-color: #B9688C; }
a { background-color: rgb(185,104,140); }
div.DivClassName
{
background-color: #B9688C;
}
.BgClassName
{
background-color: #B9688C;
}
</style>
border-color css
<style>
span { border-color: #B9688C; }
span { border-color: rgb(185,104,140); }
td.TdClassName
{
border-color: #B9688C;
}
.TagClassName
{
border-color: #B9688C;
}
</style>