Shades of Tapestry #B96E7E
Tints of Tapestry #B96E7E
RGB
CMYK
RGB Variations
Color information
#B96E7E (or 0xB96E7E) is known color: Tapestry. HEX triplet: B9, 6E and 7E. RGB value is (185,110,126). Sum of RGB (Red+Green+Blue) = 185+110+126=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E7E is #469181. Grayscale: #868686. Windows color (decimal): -4624770 or 8285881. OLE color: 8285881.
HSL color Cylindrical-coordinate representation of color #B96E7E: hue angle of 347.2º 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 #B96E7E is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 110 | 126 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.27 |
| HSL | 347.2º | 0.35% | 0.58% | - |
| HSV(B) | 347.2º | 0.41% | 0.73% | - |
| XYZ | 29.35 | 22.97 | 22.63 | - |
| YUV | 134.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 126 | 0 | 0.41 | 0.32 | 0.27 | 347.2 | 0.35 | 0.58 |
| Hex | B9 | 6E | 7E | 0 | 29 | 20 | 1B | 15B | 23 | 3A |
| Octal | 271 | 156 | 176 | 0 | 51 | 40 | 33 | 533 | 43 | 72 |
| Binary | 10111001 | 1101110 | 1111110 | 0 | 101001 | 100000 | 11011 | 101011011 | 100011 | 111010 |
Color Harmonies of #B96E7E
Complementary color
Monochromatic Colors of #B96E7E
Black with #B96E7E
Text Example
Text Example
White with #B96E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96E7E; }
p { color: rgb(185,110,126); }
H1.HeaderClassName
{
color: #B96E7E;
}
.AnyTagClassName
{
color: #B96E7E;
}
</style>
background-color css
<style>
a { background-color: #B96E7E; }
a { background-color: rgb(185,110,126); }
div.DivClassName
{
background-color: #B96E7E;
}
.BgClassName
{
background-color: #B96E7E;
}
</style>
border-color css
<style>
span { border-color: #B96E7E; }
span { border-color: rgb(185,110,126); }
td.TdClassName
{
border-color: #B96E7E;
}
.TagClassName
{
border-color: #B96E7E;
}
</style>