Shades of Tapestry #B5788A
Tints of Tapestry #B5788A
RGB
CMYK
RGB Variations
Color information
#B5788A (or 0xB5788A) is known color: Tapestry. HEX triplet: B5, 78 and 8A. RGB value is (181,120,138). Sum of RGB (Red+Green+Blue) = 181+120+138=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5788A is #4A8775. Grayscale: #8C8C8C. Windows color (decimal): -4884342 or 9074869. OLE color: 9074869.
HSL color Cylindrical-coordinate representation of color #B5788A: hue angle of 342.3º degrees, saturation: 0.29, 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 #B5788A is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 138 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.29 |
| HSL | 342.3º | 0.29% | 0.59% | - |
| HSV(B) | 342.3º | 0.34% | 0.71% | - |
| XYZ | 30.36 | 25.09 | 27.29 | - |
| YUV | 140.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 138 | 0 | 0.34 | 0.24 | 0.29 | 342.3 | 0.29 | 0.59 |
| Hex | B5 | 78 | 8A | 0 | 22 | 18 | 1D | 156 | 1D | 3B |
| Octal | 265 | 170 | 212 | 0 | 42 | 30 | 35 | 526 | 35 | 73 |
| Binary | 10110101 | 1111000 | 10001010 | 0 | 100010 | 11000 | 11101 | 101010110 | 11101 | 111011 |
Color Harmonies of #B5788A
Complementary color
Monochromatic Colors of #B5788A
Black with #B5788A
Text Example
Text Example
White with #B5788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5788A; }
p { color: rgb(181,120,138); }
H1.HeaderClassName
{
color: #B5788A;
}
.AnyTagClassName
{
color: #B5788A;
}
</style>
background-color css
<style>
a { background-color: #B5788A; }
a { background-color: rgb(181,120,138); }
div.DivClassName
{
background-color: #B5788A;
}
.BgClassName
{
background-color: #B5788A;
}
</style>
border-color css
<style>
span { border-color: #B5788A; }
span { border-color: rgb(181,120,138); }
td.TdClassName
{
border-color: #B5788A;
}
.TagClassName
{
border-color: #B5788A;
}
</style>