Shades of Tapestry #B06D90
Tints of Tapestry #B06D90
RGB
CMYK
RGB Variations
Color information
#B06D90 (or 0xB06D90) is known color: Tapestry. HEX triplet: B0, 6D and 90. RGB value is (176,109,144). Sum of RGB (Red+Green+Blue) = 176+109+144=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D90 is #4F926F. Grayscale: #848484. Windows color (decimal): -5214832 or 9465264. OLE color: 9465264.
HSL color Cylindrical-coordinate representation of color #B06D90: hue angle of 328.66º degrees, saturation: 0.3, 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 #B06D90 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 144 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.31 |
| HSL | 328.66º | 0.3% | 0.56% | - |
| HSV(B) | 328.66º | 0.38% | 0.69% | - |
| XYZ | 28.41 | 22.18 | 29.17 | - |
| YUV | 133.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 144 | 0 | 0.38 | 0.18 | 0.31 | 328.66 | 0.3 | 0.56 |
| Hex | B0 | 6D | 90 | 0 | 26 | 12 | 1F | 149 | 1E | 38 |
| Octal | 260 | 155 | 220 | 0 | 46 | 22 | 37 | 511 | 36 | 70 |
| Binary | 10110000 | 1101101 | 10010000 | 0 | 100110 | 10010 | 11111 | 101001001 | 11110 | 111000 |
Color Harmonies of #B06D90
Complementary color
Monochromatic Colors of #B06D90
Black with #B06D90
Text Example
Text Example
White with #B06D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D90; }
p { color: rgb(176,109,144); }
H1.HeaderClassName
{
color: #B06D90;
}
.AnyTagClassName
{
color: #B06D90;
}
</style>
background-color css
<style>
a { background-color: #B06D90; }
a { background-color: rgb(176,109,144); }
div.DivClassName
{
background-color: #B06D90;
}
.BgClassName
{
background-color: #B06D90;
}
</style>
border-color css
<style>
span { border-color: #B06D90; }
span { border-color: rgb(176,109,144); }
td.TdClassName
{
border-color: #B06D90;
}
.TagClassName
{
border-color: #B06D90;
}
</style>