Shades of Tapestry #B9657E
Tints of Tapestry #B9657E
RGB
CMYK
RGB Variations
Color information
#B9657E (or 0xB9657E) is known color: Tapestry. HEX triplet: B9, 65 and 7E. RGB value is (185,101,126). Sum of RGB (Red+Green+Blue) = 185+101+126=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9657E is #469A81. Grayscale: #808080. Windows color (decimal): -4627074 or 8283577. OLE color: 8283577.
HSL color Cylindrical-coordinate representation of color #B9657E: hue angle of 342.14º degrees, saturation: 0.38, 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 #B9657E is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 126 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.27 |
| HSL | 342.14º | 0.38% | 0.56% | - |
| HSV(B) | 342.14º | 0.45% | 0.73% | - |
| XYZ | 28.43 | 21.13 | 22.32 | - |
| YUV | 128.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 126 | 0 | 0.45 | 0.32 | 0.27 | 342.14 | 0.38 | 0.56 |
| Hex | B9 | 65 | 7E | 0 | 2D | 20 | 1B | 156 | 26 | 38 |
| Octal | 271 | 145 | 176 | 0 | 55 | 40 | 33 | 526 | 46 | 70 |
| Binary | 10111001 | 1100101 | 1111110 | 0 | 101101 | 100000 | 11011 | 101010110 | 100110 | 111000 |
Color Harmonies of #B9657E
Complementary color
Monochromatic Colors of #B9657E
Black with #B9657E
Text Example
Text Example
White with #B9657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9657E; }
p { color: rgb(185,101,126); }
H1.HeaderClassName
{
color: #B9657E;
}
.AnyTagClassName
{
color: #B9657E;
}
</style>
background-color css
<style>
a { background-color: #B9657E; }
a { background-color: rgb(185,101,126); }
div.DivClassName
{
background-color: #B9657E;
}
.BgClassName
{
background-color: #B9657E;
}
</style>
border-color css
<style>
span { border-color: #B9657E; }
span { border-color: rgb(185,101,126); }
td.TdClassName
{
border-color: #B9657E;
}
.TagClassName
{
border-color: #B9657E;
}
</style>