Shades of Tapestry #B07C89
Tints of Tapestry #B07C89
RGB
CMYK
RGB Variations
Color information
#B07C89 (or 0xB07C89) is known color: Tapestry. HEX triplet: B0, 7C and 89. RGB value is (176,124,137). Sum of RGB (Red+Green+Blue) = 176+124+137=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C89 is #4F8376. Grayscale: #8D8D8D. Windows color (decimal): -5210999 or 9010352. OLE color: 9010352.
HSL color Cylindrical-coordinate representation of color #B07C89: hue angle of 345º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07C89 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 137 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.31 |
| HSL | 345º | 0.25% | 0.59% | - |
| HSV(B) | 345º | 0.3% | 0.69% | - |
| XYZ | 29.63 | 25.45 | 27.02 | - |
| YUV | 141.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 137 | 0 | 0.30 | 0.22 | 0.31 | 345 | 0.25 | 0.59 |
| Hex | B0 | 7C | 89 | 0 | 1E | 16 | 1F | 159 | 19 | 3B |
| Octal | 260 | 174 | 211 | 0 | 36 | 26 | 37 | 531 | 31 | 73 |
| Binary | 10110000 | 1111100 | 10001001 | 0 | 11110 | 10110 | 11111 | 101011001 | 11001 | 111011 |
Color Harmonies of #B07C89
Complementary color
Monochromatic Colors of #B07C89
Black with #B07C89
Text Example
Text Example
White with #B07C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C89; }
p { color: rgb(176,124,137); }
H1.HeaderClassName
{
color: #B07C89;
}
.AnyTagClassName
{
color: #B07C89;
}
</style>
background-color css
<style>
a { background-color: #B07C89; }
a { background-color: rgb(176,124,137); }
div.DivClassName
{
background-color: #B07C89;
}
.BgClassName
{
background-color: #B07C89;
}
</style>
border-color css
<style>
span { border-color: #B07C89; }
span { border-color: rgb(176,124,137); }
td.TdClassName
{
border-color: #B07C89;
}
.TagClassName
{
border-color: #B07C89;
}
</style>