Shades of Tapestry #B96D90
Tints of Tapestry #B96D90
RGB
CMYK
RGB Variations
Color information
#B96D90 (or 0xB96D90) is known color: Tapestry. HEX triplet: B9, 6D and 90. RGB value is (185,109,144). Sum of RGB (Red+Green+Blue) = 185+109+144=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96D90 is #46926F. Grayscale: #878787. Windows color (decimal): -4625008 or 9465273. OLE color: 9465273.
HSL color Cylindrical-coordinate representation of color #B96D90: hue angle of 332.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96D90 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 144 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.27 |
| HSL | 332.37º | 0.35% | 0.58% | - |
| HSV(B) | 332.37º | 0.41% | 0.73% | - |
| XYZ | 30.51 | 23.27 | 29.27 | - |
| YUV | 135.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 144 | 0 | 0.41 | 0.22 | 0.27 | 332.37 | 0.35 | 0.58 |
| Hex | B9 | 6D | 90 | 0 | 29 | 16 | 1B | 14C | 23 | 3A |
| Octal | 271 | 155 | 220 | 0 | 51 | 26 | 33 | 514 | 43 | 72 |
| Binary | 10111001 | 1101101 | 10010000 | 0 | 101001 | 10110 | 11011 | 101001100 | 100011 | 111010 |
Color Harmonies of #B96D90
Complementary color
Monochromatic Colors of #B96D90
Black with #B96D90
Text Example
Text Example
White with #B96D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D90; }
p { color: rgb(185,109,144); }
H1.HeaderClassName
{
color: #B96D90;
}
.AnyTagClassName
{
color: #B96D90;
}
</style>
background-color css
<style>
a { background-color: #B96D90; }
a { background-color: rgb(185,109,144); }
div.DivClassName
{
background-color: #B96D90;
}
.BgClassName
{
background-color: #B96D90;
}
</style>
border-color css
<style>
span { border-color: #B96D90; }
span { border-color: rgb(185,109,144); }
td.TdClassName
{
border-color: #B96D90;
}
.TagClassName
{
border-color: #B96D90;
}
</style>