Shades of Tapestry #B5778A
Tints of Tapestry #B5778A
RGB
CMYK
RGB Variations
Color information
#B5778A (or 0xB5778A) is known color: Tapestry. HEX triplet: B5, 77 and 8A. RGB value is (181,119,138). Sum of RGB (Red+Green+Blue) = 181+119+138=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5778A is #4A8875. Grayscale: #8B8B8B. Windows color (decimal): -4884598 or 9074613. OLE color: 9074613.
HSL color Cylindrical-coordinate representation of color #B5778A: hue angle of 341.61º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5778A is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 138 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.29 |
| HSL | 341.61º | 0.3% | 0.59% | - |
| HSV(B) | 341.61º | 0.34% | 0.71% | - |
| XYZ | 30.24 | 24.85 | 27.25 | - |
| YUV | 139.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 138 | 0 | 0.34 | 0.24 | 0.29 | 341.61 | 0.3 | 0.59 |
| Hex | B5 | 77 | 8A | 0 | 22 | 18 | 1D | 156 | 1E | 3B |
| Octal | 265 | 167 | 212 | 0 | 42 | 30 | 35 | 526 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10001010 | 0 | 100010 | 11000 | 11101 | 101010110 | 11110 | 111011 |
Color Harmonies of #B5778A
Complementary color
Monochromatic Colors of #B5778A
Black with #B5778A
Text Example
Text Example
White with #B5778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5778A; }
p { color: rgb(181,119,138); }
H1.HeaderClassName
{
color: #B5778A;
}
.AnyTagClassName
{
color: #B5778A;
}
</style>
background-color css
<style>
a { background-color: #B5778A; }
a { background-color: rgb(181,119,138); }
div.DivClassName
{
background-color: #B5778A;
}
.BgClassName
{
background-color: #B5778A;
}
</style>
border-color css
<style>
span { border-color: #B5778A; }
span { border-color: rgb(181,119,138); }
td.TdClassName
{
border-color: #B5778A;
}
.TagClassName
{
border-color: #B5778A;
}
</style>