Shades of Tapestry #B07E8F
Tints of Tapestry #B07E8F
RGB
CMYK
RGB Variations
Color information
#B07E8F (or 0xB07E8F) is known color: Tapestry. HEX triplet: B0, 7E and 8F. RGB value is (176,126,143). Sum of RGB (Red+Green+Blue) = 176+126+143=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E8F is #4F8170. Grayscale: #8E8E8E. Windows color (decimal): -5210481 or 9404080. OLE color: 9404080.
HSL color Cylindrical-coordinate representation of color #B07E8F: hue angle of 339.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07E8F is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 143 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.31 |
| HSL | 339.6º | 0.24% | 0.59% | - |
| HSV(B) | 339.6º | 0.28% | 0.69% | - |
| XYZ | 30.32 | 26.13 | 29.43 | - |
| YUV | 142.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 143 | 0 | 0.28 | 0.19 | 0.31 | 339.6 | 0.24 | 0.59 |
| Hex | B0 | 7E | 8F | 0 | 1C | 13 | 1F | 154 | 18 | 3B |
| Octal | 260 | 176 | 217 | 0 | 34 | 23 | 37 | 524 | 30 | 73 |
| Binary | 10110000 | 1111110 | 10001111 | 0 | 11100 | 10011 | 11111 | 101010100 | 11000 | 111011 |
Color Harmonies of #B07E8F
Complementary color
Monochromatic Colors of #B07E8F
Black with #B07E8F
Text Example
Text Example
White with #B07E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E8F; }
p { color: rgb(176,126,143); }
H1.HeaderClassName
{
color: #B07E8F;
}
.AnyTagClassName
{
color: #B07E8F;
}
</style>
background-color css
<style>
a { background-color: #B07E8F; }
a { background-color: rgb(176,126,143); }
div.DivClassName
{
background-color: #B07E8F;
}
.BgClassName
{
background-color: #B07E8F;
}
</style>
border-color css
<style>
span { border-color: #B07E8F; }
span { border-color: rgb(176,126,143); }
td.TdClassName
{
border-color: #B07E8F;
}
.TagClassName
{
border-color: #B07E8F;
}
</style>