Shades of Tapestry #B07890
Tints of Tapestry #B07890
RGB
CMYK
RGB Variations
Color information
#B07890 (or 0xB07890) is known color: Tapestry. HEX triplet: B0, 78 and 90. RGB value is (176,120,144). Sum of RGB (Red+Green+Blue) = 176+120+144=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07890 is #4F876F. Grayscale: #8B8B8B. Windows color (decimal): -5212016 or 9468080. OLE color: 9468080.
HSL color Cylindrical-coordinate representation of color #B07890: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07890 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 144 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.31 |
| HSL | 334.29º | 0.26% | 0.58% | - |
| HSV(B) | 334.29º | 0.32% | 0.69% | - |
| XYZ | 29.66 | 24.68 | 29.59 | - |
| YUV | 139.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 144 | 0 | 0.32 | 0.18 | 0.31 | 334.29 | 0.26 | 0.58 |
| Hex | B0 | 78 | 90 | 0 | 20 | 12 | 1F | 14E | 1A | 3A |
| Octal | 260 | 170 | 220 | 0 | 40 | 22 | 37 | 516 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10010000 | 0 | 100000 | 10010 | 11111 | 101001110 | 11010 | 111010 |
Color Harmonies of #B07890
Complementary color
Monochromatic Colors of #B07890
Black with #B07890
Text Example
Text Example
White with #B07890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07890; }
p { color: rgb(176,120,144); }
H1.HeaderClassName
{
color: #B07890;
}
.AnyTagClassName
{
color: #B07890;
}
</style>
background-color css
<style>
a { background-color: #B07890; }
a { background-color: rgb(176,120,144); }
div.DivClassName
{
background-color: #B07890;
}
.BgClassName
{
background-color: #B07890;
}
</style>
border-color css
<style>
span { border-color: #B07890; }
span { border-color: rgb(176,120,144); }
td.TdClassName
{
border-color: #B07890;
}
.TagClassName
{
border-color: #B07890;
}
</style>