Shades of Tapestry #B07689
Tints of Tapestry #B07689
RGB
CMYK
RGB Variations
Color information
#B07689 (or 0xB07689) is known color: Tapestry. HEX triplet: B0, 76 and 89. RGB value is (176,118,137). Sum of RGB (Red+Green+Blue) = 176+118+137=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B07689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07689 is #4F8976. Grayscale: #898989. Windows color (decimal): -5212535 or 9008816. OLE color: 9008816.
HSL color Cylindrical-coordinate representation of color #B07689: hue angle of 340.34º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07689 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 137 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.31 |
| HSL | 340.34º | 0.27% | 0.58% | - |
| HSV(B) | 340.34º | 0.33% | 0.69% | - |
| XYZ | 28.9 | 23.99 | 26.77 | - |
| YUV | 137.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 137 | 0 | 0.33 | 0.22 | 0.31 | 340.34 | 0.27 | 0.58 |
| Hex | B0 | 76 | 89 | 0 | 21 | 16 | 1F | 154 | 1B | 3A |
| Octal | 260 | 166 | 211 | 0 | 41 | 26 | 37 | 524 | 33 | 72 |
| Binary | 10110000 | 1110110 | 10001001 | 0 | 100001 | 10110 | 11111 | 101010100 | 11011 | 111010 |
Color Harmonies of #B07689
Complementary color
Monochromatic Colors of #B07689
Black with #B07689
Text Example
Text Example
White with #B07689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07689; }
p { color: rgb(176,118,137); }
H1.HeaderClassName
{
color: #B07689;
}
.AnyTagClassName
{
color: #B07689;
}
</style>
background-color css
<style>
a { background-color: #B07689; }
a { background-color: rgb(176,118,137); }
div.DivClassName
{
background-color: #B07689;
}
.BgClassName
{
background-color: #B07689;
}
</style>
border-color css
<style>
span { border-color: #B07689; }
span { border-color: rgb(176,118,137); }
td.TdClassName
{
border-color: #B07689;
}
.TagClassName
{
border-color: #B07689;
}
</style>