Shades of Tapestry #B6778F
Tints of Tapestry #B6778F
RGB
CMYK
RGB Variations
Color information
#B6778F (or 0xB6778F) is known color: Tapestry. HEX triplet: B6, 77 and 8F. RGB value is (182,119,143). Sum of RGB (Red+Green+Blue) = 182+119+143=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6778F is #498870. Grayscale: #8C8C8C. Windows color (decimal): -4819057 or 9402294. OLE color: 9402294.
HSL color Cylindrical-coordinate representation of color #B6778F: hue angle of 337.14º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6778F is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 143 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.29 |
| HSL | 337.14º | 0.3% | 0.59% | - |
| HSV(B) | 337.14º | 0.35% | 0.71% | - |
| XYZ | 30.85 | 25.12 | 29.21 | - |
| YUV | 140.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 143 | 0 | 0.35 | 0.21 | 0.29 | 337.14 | 0.3 | 0.59 |
| Hex | B6 | 77 | 8F | 0 | 23 | 15 | 1D | 151 | 1E | 3B |
| Octal | 266 | 167 | 217 | 0 | 43 | 25 | 35 | 521 | 36 | 73 |
| Binary | 10110110 | 1110111 | 10001111 | 0 | 100011 | 10101 | 11101 | 101010001 | 11110 | 111011 |
Color Harmonies of #B6778F
Complementary color
Monochromatic Colors of #B6778F
Black with #B6778F
Text Example
Text Example
White with #B6778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6778F; }
p { color: rgb(182,119,143); }
H1.HeaderClassName
{
color: #B6778F;
}
.AnyTagClassName
{
color: #B6778F;
}
</style>
background-color css
<style>
a { background-color: #B6778F; }
a { background-color: rgb(182,119,143); }
div.DivClassName
{
background-color: #B6778F;
}
.BgClassName
{
background-color: #B6778F;
}
</style>
border-color css
<style>
span { border-color: #B6778F; }
span { border-color: rgb(182,119,143); }
td.TdClassName
{
border-color: #B6778F;
}
.TagClassName
{
border-color: #B6778F;
}
</style>