Shades of Tapestry #B77086
Tints of Tapestry #B77086
RGB
CMYK
RGB Variations
Color information
#B77086 (or 0xB77086) is known color: Tapestry. HEX triplet: B7, 70 and 86. RGB value is (183,112,134). Sum of RGB (Red+Green+Blue) = 183+112+134=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B77086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77086 is #488F79. Grayscale: #878787. Windows color (decimal): -4755322 or 8810679. OLE color: 8810679.
HSL color Cylindrical-coordinate representation of color #B77086: hue angle of 341.41º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77086 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 134 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.28 |
| HSL | 341.41º | 0.33% | 0.58% | - |
| HSV(B) | 341.41º | 0.39% | 0.72% | - |
| XYZ | 29.63 | 23.38 | 25.51 | - |
| YUV | 135.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 134 | 0 | 0.39 | 0.27 | 0.28 | 341.41 | 0.33 | 0.58 |
| Hex | B7 | 70 | 86 | 0 | 27 | 1B | 1C | 155 | 21 | 3A |
| Octal | 267 | 160 | 206 | 0 | 47 | 33 | 34 | 525 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10000110 | 0 | 100111 | 11011 | 11100 | 101010101 | 100001 | 111010 |
Color Harmonies of #B77086
Complementary color
Monochromatic Colors of #B77086
Black with #B77086
Text Example
Text Example
White with #B77086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77086; }
p { color: rgb(183,112,134); }
H1.HeaderClassName
{
color: #B77086;
}
.AnyTagClassName
{
color: #B77086;
}
</style>
background-color css
<style>
a { background-color: #B77086; }
a { background-color: rgb(183,112,134); }
div.DivClassName
{
background-color: #B77086;
}
.BgClassName
{
background-color: #B77086;
}
</style>
border-color css
<style>
span { border-color: #B77086; }
span { border-color: rgb(183,112,134); }
td.TdClassName
{
border-color: #B77086;
}
.TagClassName
{
border-color: #B77086;
}
</style>