Shades of Tapestry #B07A8D
Tints of Tapestry #B07A8D
RGB
CMYK
RGB Variations
Color information
#B07A8D (or 0xB07A8D) is known color: Tapestry. HEX triplet: B0, 7A and 8D. RGB value is (176,122,141). Sum of RGB (Red+Green+Blue) = 176+122+141=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A8D is #4F8572. Grayscale: #8C8C8C. Windows color (decimal): -5211507 or 9271984. OLE color: 9271984.
HSL color Cylindrical-coordinate representation of color #B07A8D: hue angle of 338.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07A8D is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 141 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.31 |
| HSL | 338.89º | 0.25% | 0.58% | - |
| HSV(B) | 338.89º | 0.31% | 0.69% | - |
| XYZ | 29.67 | 25.07 | 28.47 | - |
| YUV | 140.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 141 | 0 | 0.31 | 0.20 | 0.31 | 338.89 | 0.25 | 0.58 |
| Hex | B0 | 7A | 8D | 0 | 1F | 14 | 1F | 153 | 19 | 3A |
| Octal | 260 | 172 | 215 | 0 | 37 | 24 | 37 | 523 | 31 | 72 |
| Binary | 10110000 | 1111010 | 10001101 | 0 | 11111 | 10100 | 11111 | 101010011 | 11001 | 111010 |
Color Harmonies of #B07A8D
Complementary color
Monochromatic Colors of #B07A8D
Black with #B07A8D
Text Example
Text Example
White with #B07A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07A8D; }
p { color: rgb(176,122,141); }
H1.HeaderClassName
{
color: #B07A8D;
}
.AnyTagClassName
{
color: #B07A8D;
}
</style>
background-color css
<style>
a { background-color: #B07A8D; }
a { background-color: rgb(176,122,141); }
div.DivClassName
{
background-color: #B07A8D;
}
.BgClassName
{
background-color: #B07A8D;
}
</style>
border-color css
<style>
span { border-color: #B07A8D; }
span { border-color: rgb(176,122,141); }
td.TdClassName
{
border-color: #B07A8D;
}
.TagClassName
{
border-color: #B07A8D;
}
</style>