Shades of Tapestry #B07191
Tints of Tapestry #B07191
RGB
CMYK
RGB Variations
Color information
#B07191 (or 0xB07191) is known color: Tapestry. HEX triplet: B0, 71 and 91. RGB value is (176,113,145). Sum of RGB (Red+Green+Blue) = 176+113+145=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B07191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07191 is #4F8E6E. Grayscale: #878787. Windows color (decimal): -5213807 or 9531824. OLE color: 9531824.
HSL color Cylindrical-coordinate representation of color #B07191: hue angle of 329.52º 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 #B07191 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 145 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.31 |
| HSL | 329.52º | 0.29% | 0.57% | - |
| HSV(B) | 329.52º | 0.36% | 0.69% | - |
| XYZ | 28.92 | 23.08 | 29.72 | - |
| YUV | 135.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 145 | 0 | 0.36 | 0.18 | 0.31 | 329.52 | 0.29 | 0.57 |
| Hex | B0 | 71 | 91 | 0 | 24 | 12 | 1F | 14A | 1D | 39 |
| Octal | 260 | 161 | 221 | 0 | 44 | 22 | 37 | 512 | 35 | 71 |
| Binary | 10110000 | 1110001 | 10010001 | 0 | 100100 | 10010 | 11111 | 101001010 | 11101 | 111001 |
Color Harmonies of #B07191
Complementary color
Monochromatic Colors of #B07191
Black with #B07191
Text Example
Text Example
White with #B07191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07191; }
p { color: rgb(176,113,145); }
H1.HeaderClassName
{
color: #B07191;
}
.AnyTagClassName
{
color: #B07191;
}
</style>
background-color css
<style>
a { background-color: #B07191; }
a { background-color: rgb(176,113,145); }
div.DivClassName
{
background-color: #B07191;
}
.BgClassName
{
background-color: #B07191;
}
</style>
border-color css
<style>
span { border-color: #B07191; }
span { border-color: rgb(176,113,145); }
td.TdClassName
{
border-color: #B07191;
}
.TagClassName
{
border-color: #B07191;
}
</style>