Shades of Tapestry #B06A7F
Tints of Tapestry #B06A7F
RGB
CMYK
RGB Variations
Color information
#B06A7F (or 0xB06A7F) is known color: Tapestry. HEX triplet: B0, 6A and 7F. RGB value is (176,106,127). Sum of RGB (Red+Green+Blue) = 176+106+127=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A7F is #4F9580. Grayscale: #818181. Windows color (decimal): -5215617 or 8350384. OLE color: 8350384.
HSL color Cylindrical-coordinate representation of color #B06A7F: hue angle of 342º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06A7F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 127 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.31 |
| HSL | 342º | 0.31% | 0.55% | - |
| HSV(B) | 342º | 0.4% | 0.69% | - |
| XYZ | 26.89 | 21.07 | 22.73 | - |
| YUV | 129.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 127 | 0 | 0.40 | 0.28 | 0.31 | 342 | 0.31 | 0.55 |
| Hex | B0 | 6A | 7F | 0 | 28 | 1C | 1F | 156 | 1F | 37 |
| Octal | 260 | 152 | 177 | 0 | 50 | 34 | 37 | 526 | 37 | 67 |
| Binary | 10110000 | 1101010 | 1111111 | 0 | 101000 | 11100 | 11111 | 101010110 | 11111 | 110111 |
Color Harmonies of #B06A7F
Complementary color
Monochromatic Colors of #B06A7F
Black with #B06A7F
Text Example
Text Example
White with #B06A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06A7F; }
p { color: rgb(176,106,127); }
H1.HeaderClassName
{
color: #B06A7F;
}
.AnyTagClassName
{
color: #B06A7F;
}
</style>
background-color css
<style>
a { background-color: #B06A7F; }
a { background-color: rgb(176,106,127); }
div.DivClassName
{
background-color: #B06A7F;
}
.BgClassName
{
background-color: #B06A7F;
}
</style>
border-color css
<style>
span { border-color: #B06A7F; }
span { border-color: rgb(176,106,127); }
td.TdClassName
{
border-color: #B06A7F;
}
.TagClassName
{
border-color: #B06A7F;
}
</style>