Shades of Tapestry #B2788B
Tints of Tapestry #B2788B
RGB
CMYK
RGB Variations
Color information
#B2788B (or 0xB2788B) is known color: Tapestry. HEX triplet: B2, 78 and 8B. RGB value is (178,120,139). Sum of RGB (Red+Green+Blue) = 178+120+139=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2788B is #4D8774. Grayscale: #8B8B8B. Windows color (decimal): -5080949 or 9140402. OLE color: 9140402.
HSL color Cylindrical-coordinate representation of color #B2788B: hue angle of 340.34º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2788B is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 139 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.30 |
| HSL | 340.34º | 0.27% | 0.58% | - |
| HSV(B) | 340.34º | 0.33% | 0.7% | - |
| XYZ | 29.74 | 24.76 | 27.64 | - |
| YUV | 139.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 139 | 0 | 0.33 | 0.22 | 0.30 | 340.34 | 0.27 | 0.58 |
| Hex | B2 | 78 | 8B | 0 | 21 | 16 | 1E | 154 | 1B | 3A |
| Octal | 262 | 170 | 213 | 0 | 41 | 26 | 36 | 524 | 33 | 72 |
| Binary | 10110010 | 1111000 | 10001011 | 0 | 100001 | 10110 | 11110 | 101010100 | 11011 | 111010 |
Color Harmonies of #B2788B
Complementary color
Monochromatic Colors of #B2788B
Black with #B2788B
Text Example
Text Example
White with #B2788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2788B; }
p { color: rgb(178,120,139); }
H1.HeaderClassName
{
color: #B2788B;
}
.AnyTagClassName
{
color: #B2788B;
}
</style>
background-color css
<style>
a { background-color: #B2788B; }
a { background-color: rgb(178,120,139); }
div.DivClassName
{
background-color: #B2788B;
}
.BgClassName
{
background-color: #B2788B;
}
</style>
border-color css
<style>
span { border-color: #B2788B; }
span { border-color: rgb(178,120,139); }
td.TdClassName
{
border-color: #B2788B;
}
.TagClassName
{
border-color: #B2788B;
}
</style>