Shades of Tapestry #B06E91
Tints of Tapestry #B06E91
RGB
CMYK
RGB Variations
Color information
#B06E91 (or 0xB06E91) is known color: Tapestry. HEX triplet: B0, 6E and 91. RGB value is (176,110,145). Sum of RGB (Red+Green+Blue) = 176+110+145=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06E91 is #4F916E. Grayscale: #858585. Windows color (decimal): -5214575 or 9531056. OLE color: 9531056.
HSL color Cylindrical-coordinate representation of color #B06E91: hue angle of 328.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06E91 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 145 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.31 |
| HSL | 328.18º | 0.29% | 0.56% | - |
| HSV(B) | 328.18º | 0.38% | 0.69% | - |
| XYZ | 28.59 | 22.43 | 29.61 | - |
| YUV | 133.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 145 | 0 | 0.37 | 0.18 | 0.31 | 328.18 | 0.29 | 0.56 |
| Hex | B0 | 6E | 91 | 0 | 25 | 12 | 1F | 148 | 1D | 38 |
| Octal | 260 | 156 | 221 | 0 | 45 | 22 | 37 | 510 | 35 | 70 |
| Binary | 10110000 | 1101110 | 10010001 | 0 | 100101 | 10010 | 11111 | 101001000 | 11101 | 111000 |
Color Harmonies of #B06E91
Complementary color
Monochromatic Colors of #B06E91
Black with #B06E91
Text Example
Text Example
White with #B06E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E91; }
p { color: rgb(176,110,145); }
H1.HeaderClassName
{
color: #B06E91;
}
.AnyTagClassName
{
color: #B06E91;
}
</style>
background-color css
<style>
a { background-color: #B06E91; }
a { background-color: rgb(176,110,145); }
div.DivClassName
{
background-color: #B06E91;
}
.BgClassName
{
background-color: #B06E91;
}
</style>
border-color css
<style>
span { border-color: #B06E91; }
span { border-color: rgb(176,110,145); }
td.TdClassName
{
border-color: #B06E91;
}
.TagClassName
{
border-color: #B06E91;
}
</style>