Shades of Tapestry #B97E93
Tints of Tapestry #B97E93
RGB
CMYK
RGB Variations
Color information
#B97E93 (or 0xB97E93) is known color: Tapestry. HEX triplet: B9, 7E and 93. RGB value is (185,126,147). Sum of RGB (Red+Green+Blue) = 185+126+147=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97E93 is #46816C. Grayscale: #929292. Windows color (decimal): -4620653 or 9666233. OLE color: 9666233.
HSL color Cylindrical-coordinate representation of color #B97E93: hue angle of 338.64º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97E93 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 126 | 147 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.27 |
| HSL | 338.64º | 0.3% | 0.61% | - |
| HSV(B) | 338.64º | 0.32% | 0.73% | - |
| XYZ | 32.73 | 27.34 | 31.16 | - |
| YUV | 146.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 126 | 147 | 0 | 0.32 | 0.21 | 0.27 | 338.64 | 0.3 | 0.61 |
| Hex | B9 | 7E | 93 | 0 | 20 | 15 | 1B | 153 | 1E | 3D |
| Octal | 271 | 176 | 223 | 0 | 40 | 25 | 33 | 523 | 36 | 75 |
| Binary | 10111001 | 1111110 | 10010011 | 0 | 100000 | 10101 | 11011 | 101010011 | 11110 | 111101 |
Color Harmonies of #B97E93
Complementary color
Monochromatic Colors of #B97E93
Black with #B97E93
Text Example
Text Example
White with #B97E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97E93; }
p { color: rgb(185,126,147); }
H1.HeaderClassName
{
color: #B97E93;
}
.AnyTagClassName
{
color: #B97E93;
}
</style>
background-color css
<style>
a { background-color: #B97E93; }
a { background-color: rgb(185,126,147); }
div.DivClassName
{
background-color: #B97E93;
}
.BgClassName
{
background-color: #B97E93;
}
</style>
border-color css
<style>
span { border-color: #B97E93; }
span { border-color: rgb(185,126,147); }
td.TdClassName
{
border-color: #B97E93;
}
.TagClassName
{
border-color: #B97E93;
}
</style>