Shades of Tapestry #B06790
Tints of Tapestry #B06790
RGB
CMYK
RGB Variations
Color information
#B06790 (or 0xB06790) is known color: Tapestry. HEX triplet: B0, 67 and 90. RGB value is (176,103,144). Sum of RGB (Red+Green+Blue) = 176+103+144=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B06790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06790 is #4F986F. Grayscale: #818181. Windows color (decimal): -5216368 or 9463728. OLE color: 9463728.
HSL color Cylindrical-coordinate representation of color #B06790: hue angle of 326.3º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06790 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 144 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.31 |
| HSL | 326.3º | 0.32% | 0.55% | - |
| HSV(B) | 326.3º | 0.41% | 0.69% | - |
| XYZ | 27.79 | 20.94 | 28.96 | - |
| YUV | 129.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 144 | 0 | 0.41 | 0.18 | 0.31 | 326.3 | 0.32 | 0.55 |
| Hex | B0 | 67 | 90 | 0 | 29 | 12 | 1F | 146 | 20 | 37 |
| Octal | 260 | 147 | 220 | 0 | 51 | 22 | 37 | 506 | 40 | 67 |
| Binary | 10110000 | 1100111 | 10010000 | 0 | 101001 | 10010 | 11111 | 101000110 | 100000 | 110111 |
Color Harmonies of #B06790
Complementary color
Monochromatic Colors of #B06790
Black with #B06790
Text Example
Text Example
White with #B06790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06790; }
p { color: rgb(176,103,144); }
H1.HeaderClassName
{
color: #B06790;
}
.AnyTagClassName
{
color: #B06790;
}
</style>
background-color css
<style>
a { background-color: #B06790; }
a { background-color: rgb(176,103,144); }
div.DivClassName
{
background-color: #B06790;
}
.BgClassName
{
background-color: #B06790;
}
</style>
border-color css
<style>
span { border-color: #B06790; }
span { border-color: rgb(176,103,144); }
td.TdClassName
{
border-color: #B06790;
}
.TagClassName
{
border-color: #B06790;
}
</style>