Shades of Tapestry #B9668B
Tints of Tapestry #B9668B
RGB
CMYK
RGB Variations
Color information
#B9668B (or 0xB9668B) is known color: Tapestry. HEX triplet: B9, 66 and 8B. RGB value is (185,102,139). Sum of RGB (Red+Green+Blue) = 185+102+139=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9668B is #469974. Grayscale: #828282. Windows color (decimal): -4626805 or 9135801. OLE color: 9135801.
HSL color Cylindrical-coordinate representation of color #B9668B: hue angle of 333.25º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9668B is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 139 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.27 |
| HSL | 333.25º | 0.37% | 0.56% | - |
| HSV(B) | 333.25º | 0.45% | 0.73% | - |
| XYZ | 29.42 | 21.68 | 27.06 | - |
| YUV | 131.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 139 | 0 | 0.45 | 0.25 | 0.27 | 333.25 | 0.37 | 0.56 |
| Hex | B9 | 66 | 8B | 0 | 2D | 19 | 1B | 14D | 25 | 38 |
| Octal | 271 | 146 | 213 | 0 | 55 | 31 | 33 | 515 | 45 | 70 |
| Binary | 10111001 | 1100110 | 10001011 | 0 | 101101 | 11001 | 11011 | 101001101 | 100101 | 111000 |
Color Harmonies of #B9668B
Complementary color
Monochromatic Colors of #B9668B
Black with #B9668B
Text Example
Text Example
White with #B9668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9668B; }
p { color: rgb(185,102,139); }
H1.HeaderClassName
{
color: #B9668B;
}
.AnyTagClassName
{
color: #B9668B;
}
</style>
background-color css
<style>
a { background-color: #B9668B; }
a { background-color: rgb(185,102,139); }
div.DivClassName
{
background-color: #B9668B;
}
.BgClassName
{
background-color: #B9668B;
}
</style>
border-color css
<style>
span { border-color: #B9668B; }
span { border-color: rgb(185,102,139); }
td.TdClassName
{
border-color: #B9668B;
}
.TagClassName
{
border-color: #B9668B;
}
</style>