Shades of Tapestry #B07A8B
Tints of Tapestry #B07A8B
RGB
CMYK
RGB Variations
Color information
#B07A8B (or 0xB07A8B) is known color: Tapestry. HEX triplet: B0, 7A and 8B. RGB value is (176,122,139). Sum of RGB (Red+Green+Blue) = 176+122+139=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A8B is #4F8574. Grayscale: #8C8C8C. Windows color (decimal): -5211509 or 9140912. OLE color: 9140912.
HSL color Cylindrical-coordinate representation of color #B07A8B: hue angle of 341.11º 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 #B07A8B is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 139 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.31 |
| HSL | 341.11º | 0.25% | 0.58% | - |
| HSV(B) | 341.11º | 0.31% | 0.69% | - |
| XYZ | 29.52 | 25.01 | 27.7 | - |
| YUV | 140.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 139 | 0 | 0.31 | 0.21 | 0.31 | 341.11 | 0.25 | 0.58 |
| Hex | B0 | 7A | 8B | 0 | 1F | 15 | 1F | 155 | 19 | 3A |
| Octal | 260 | 172 | 213 | 0 | 37 | 25 | 37 | 525 | 31 | 72 |
| Binary | 10110000 | 1111010 | 10001011 | 0 | 11111 | 10101 | 11111 | 101010101 | 11001 | 111010 |
Color Harmonies of #B07A8B
Complementary color
Monochromatic Colors of #B07A8B
Black with #B07A8B
Text Example
Text Example
White with #B07A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07A8B; }
p { color: rgb(176,122,139); }
H1.HeaderClassName
{
color: #B07A8B;
}
.AnyTagClassName
{
color: #B07A8B;
}
</style>
background-color css
<style>
a { background-color: #B07A8B; }
a { background-color: rgb(176,122,139); }
div.DivClassName
{
background-color: #B07A8B;
}
.BgClassName
{
background-color: #B07A8B;
}
</style>
border-color css
<style>
span { border-color: #B07A8B; }
span { border-color: rgb(176,122,139); }
td.TdClassName
{
border-color: #B07A8B;
}
.TagClassName
{
border-color: #B07A8B;
}
</style>