Shades of Tapestry #B9698E
Tints of Tapestry #B9698E
RGB
CMYK
RGB Variations
Color information
#B9698E (or 0xB9698E) is known color: Tapestry. HEX triplet: B9, 69 and 8E. RGB value is (185,105,142). Sum of RGB (Red+Green+Blue) = 185+105+142=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9698E is #469671. Grayscale: #858585. Windows color (decimal): -4626034 or 9333177. OLE color: 9333177.
HSL color Cylindrical-coordinate representation of color #B9698E: hue angle of 332.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9698E is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 142 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.27 |
| HSL | 332.25º | 0.36% | 0.57% | - |
| HSV(B) | 332.25º | 0.43% | 0.73% | - |
| XYZ | 29.94 | 22.37 | 28.33 | - |
| YUV | 133.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 142 | 0 | 0.43 | 0.23 | 0.27 | 332.25 | 0.36 | 0.57 |
| Hex | B9 | 69 | 8E | 0 | 2B | 17 | 1B | 14C | 24 | 39 |
| Octal | 271 | 151 | 216 | 0 | 53 | 27 | 33 | 514 | 44 | 71 |
| Binary | 10111001 | 1101001 | 10001110 | 0 | 101011 | 10111 | 11011 | 101001100 | 100100 | 111001 |
Color Harmonies of #B9698E
Complementary color
Monochromatic Colors of #B9698E
Black with #B9698E
Text Example
Text Example
White with #B9698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9698E; }
p { color: rgb(185,105,142); }
H1.HeaderClassName
{
color: #B9698E;
}
.AnyTagClassName
{
color: #B9698E;
}
</style>
background-color css
<style>
a { background-color: #B9698E; }
a { background-color: rgb(185,105,142); }
div.DivClassName
{
background-color: #B9698E;
}
.BgClassName
{
background-color: #B9698E;
}
</style>
border-color css
<style>
span { border-color: #B9698E; }
span { border-color: rgb(185,105,142); }
td.TdClassName
{
border-color: #B9698E;
}
.TagClassName
{
border-color: #B9698E;
}
</style>