Shades of Tapestry #B07390
Tints of Tapestry #B07390
RGB
CMYK
RGB Variations
Color information
#B07390 (or 0xB07390) is known color: Tapestry. HEX triplet: B0, 73 and 90. RGB value is (176,115,144). Sum of RGB (Red+Green+Blue) = 176+115+144=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B07390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07390 is #4F8C6F. Grayscale: #888888. Windows color (decimal): -5213296 or 9466800. OLE color: 9466800.
HSL color Cylindrical-coordinate representation of color #B07390: hue angle of 331.48º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07390 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 144 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.31 |
| HSL | 331.48º | 0.28% | 0.57% | - |
| HSV(B) | 331.48º | 0.35% | 0.69% | - |
| XYZ | 29.07 | 23.51 | 29.39 | - |
| YUV | 136.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 144 | 0 | 0.35 | 0.18 | 0.31 | 331.48 | 0.28 | 0.57 |
| Hex | B0 | 73 | 90 | 0 | 23 | 12 | 1F | 14B | 1C | 39 |
| Octal | 260 | 163 | 220 | 0 | 43 | 22 | 37 | 513 | 34 | 71 |
| Binary | 10110000 | 1110011 | 10010000 | 0 | 100011 | 10010 | 11111 | 101001011 | 11100 | 111001 |
Color Harmonies of #B07390
Complementary color
Monochromatic Colors of #B07390
Black with #B07390
Text Example
Text Example
White with #B07390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07390; }
p { color: rgb(176,115,144); }
H1.HeaderClassName
{
color: #B07390;
}
.AnyTagClassName
{
color: #B07390;
}
</style>
background-color css
<style>
a { background-color: #B07390; }
a { background-color: rgb(176,115,144); }
div.DivClassName
{
background-color: #B07390;
}
.BgClassName
{
background-color: #B07390;
}
</style>
border-color css
<style>
span { border-color: #B07390; }
span { border-color: rgb(176,115,144); }
td.TdClassName
{
border-color: #B07390;
}
.TagClassName
{
border-color: #B07390;
}
</style>