Shades of Tapestry #B07190
Tints of Tapestry #B07190
RGB
CMYK
RGB Variations
Color information
#B07190 (or 0xB07190) is known color: Tapestry. HEX triplet: B0, 71 and 90. RGB value is (176,113,144). Sum of RGB (Red+Green+Blue) = 176+113+144=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B07190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07190 is #4F8E6F. Grayscale: #878787. Windows color (decimal): -5213808 or 9466288. OLE color: 9466288.
HSL color Cylindrical-coordinate representation of color #B07190: hue angle of 330.48º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07190 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 144 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.31 |
| HSL | 330.48º | 0.29% | 0.57% | - |
| HSV(B) | 330.48º | 0.36% | 0.69% | - |
| XYZ | 28.84 | 23.05 | 29.32 | - |
| YUV | 135.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 144 | 0 | 0.36 | 0.18 | 0.31 | 330.48 | 0.29 | 0.57 |
| Hex | B0 | 71 | 90 | 0 | 24 | 12 | 1F | 14A | 1D | 39 |
| Octal | 260 | 161 | 220 | 0 | 44 | 22 | 37 | 512 | 35 | 71 |
| Binary | 10110000 | 1110001 | 10010000 | 0 | 100100 | 10010 | 11111 | 101001010 | 11101 | 111001 |
Color Harmonies of #B07190
Complementary color
Monochromatic Colors of #B07190
Black with #B07190
Text Example
Text Example
White with #B07190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07190; }
p { color: rgb(176,113,144); }
H1.HeaderClassName
{
color: #B07190;
}
.AnyTagClassName
{
color: #B07190;
}
</style>
background-color css
<style>
a { background-color: #B07190; }
a { background-color: rgb(176,113,144); }
div.DivClassName
{
background-color: #B07190;
}
.BgClassName
{
background-color: #B07190;
}
</style>
border-color css
<style>
span { border-color: #B07190; }
span { border-color: rgb(176,113,144); }
td.TdClassName
{
border-color: #B07190;
}
.TagClassName
{
border-color: #B07190;
}
</style>