Shades of Tapestry #B07A89
Tints of Tapestry #B07A89
RGB
CMYK
RGB Variations
Color information
#B07A89 (or 0xB07A89) is known color: Tapestry. HEX triplet: B0, 7A and 89. RGB value is (176,122,137). Sum of RGB (Red+Green+Blue) = 176+122+137=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A89 is #4F8576. Grayscale: #8B8B8B. Windows color (decimal): -5211511 or 9009840. OLE color: 9009840.
HSL color Cylindrical-coordinate representation of color #B07A89: hue angle of 343.33º 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 #B07A89 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 137 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.31 |
| HSL | 343.33º | 0.25% | 0.58% | - |
| HSV(B) | 343.33º | 0.31% | 0.69% | - |
| XYZ | 29.38 | 24.96 | 26.94 | - |
| YUV | 139.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 137 | 0 | 0.31 | 0.22 | 0.31 | 343.33 | 0.25 | 0.58 |
| Hex | B0 | 7A | 89 | 0 | 1F | 16 | 1F | 157 | 19 | 3A |
| Octal | 260 | 172 | 211 | 0 | 37 | 26 | 37 | 527 | 31 | 72 |
| Binary | 10110000 | 1111010 | 10001001 | 0 | 11111 | 10110 | 11111 | 101010111 | 11001 | 111010 |
Color Harmonies of #B07A89
Complementary color
Monochromatic Colors of #B07A89
Black with #B07A89
Text Example
Text Example
White with #B07A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07A89; }
p { color: rgb(176,122,137); }
H1.HeaderClassName
{
color: #B07A89;
}
.AnyTagClassName
{
color: #B07A89;
}
</style>
background-color css
<style>
a { background-color: #B07A89; }
a { background-color: rgb(176,122,137); }
div.DivClassName
{
background-color: #B07A89;
}
.BgClassName
{
background-color: #B07A89;
}
</style>
border-color css
<style>
span { border-color: #B07A89; }
span { border-color: rgb(176,122,137); }
td.TdClassName
{
border-color: #B07A89;
}
.TagClassName
{
border-color: #B07A89;
}
</style>