Shades of Tapestry #B07E84
Tints of Tapestry #B07E84
RGB
CMYK
RGB Variations
Color information
#B07E84 (or 0xB07E84) is known color: Tapestry. HEX triplet: B0, 7E and 84. RGB value is (176,126,132). Sum of RGB (Red+Green+Blue) = 176+126+132=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E84 is #4F817B. Grayscale: #8D8D8D. Windows color (decimal): -5210492 or 8683184. OLE color: 8683184.
HSL color Cylindrical-coordinate representation of color #B07E84: hue angle of 352.8º 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 #B07E84 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 132 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.31 |
| HSL | 352.8º | 0.24% | 0.59% | - |
| HSV(B) | 352.8º | 0.28% | 0.69% | - |
| XYZ | 29.53 | 25.82 | 25.26 | - |
| YUV | 141.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 132 | 0 | 0.28 | 0.25 | 0.31 | 352.8 | 0.24 | 0.59 |
| Hex | B0 | 7E | 84 | 0 | 1C | 19 | 1F | 161 | 18 | 3B |
| Octal | 260 | 176 | 204 | 0 | 34 | 31 | 37 | 541 | 30 | 73 |
| Binary | 10110000 | 1111110 | 10000100 | 0 | 11100 | 11001 | 11111 | 101100001 | 11000 | 111011 |
Color Harmonies of #B07E84
Complementary color
Monochromatic Colors of #B07E84
Black with #B07E84
Text Example
Text Example
White with #B07E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E84; }
p { color: rgb(176,126,132); }
H1.HeaderClassName
{
color: #B07E84;
}
.AnyTagClassName
{
color: #B07E84;
}
</style>
background-color css
<style>
a { background-color: #B07E84; }
a { background-color: rgb(176,126,132); }
div.DivClassName
{
background-color: #B07E84;
}
.BgClassName
{
background-color: #B07E84;
}
</style>
border-color css
<style>
span { border-color: #B07E84; }
span { border-color: rgb(176,126,132); }
td.TdClassName
{
border-color: #B07E84;
}
.TagClassName
{
border-color: #B07E84;
}
</style>