Shades of Tapestry #B27A8B
Tints of Tapestry #B27A8B
RGB
CMYK
RGB Variations
Color information
#B27A8B (or 0xB27A8B) is known color: Tapestry. HEX triplet: B2, 7A and 8B. RGB value is (178,122,139). Sum of RGB (Red+Green+Blue) = 178+122+139=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27A8B is #4D8574. Grayscale: #8C8C8C. Windows color (decimal): -5080437 or 9140914. OLE color: 9140914.
HSL color Cylindrical-coordinate representation of color #B27A8B: hue angle of 341.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27A8B is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 139 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.30 |
| HSL | 341.79º | 0.27% | 0.59% | - |
| HSV(B) | 341.79º | 0.31% | 0.7% | - |
| XYZ | 29.98 | 25.25 | 27.72 | - |
| YUV | 140.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 139 | 0 | 0.31 | 0.22 | 0.30 | 341.79 | 0.27 | 0.59 |
| Hex | B2 | 7A | 8B | 0 | 1F | 16 | 1E | 156 | 1B | 3B |
| Octal | 262 | 172 | 213 | 0 | 37 | 26 | 36 | 526 | 33 | 73 |
| Binary | 10110010 | 1111010 | 10001011 | 0 | 11111 | 10110 | 11110 | 101010110 | 11011 | 111011 |
Color Harmonies of #B27A8B
Complementary color
Monochromatic Colors of #B27A8B
Black with #B27A8B
Text Example
Text Example
White with #B27A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A8B; }
p { color: rgb(178,122,139); }
H1.HeaderClassName
{
color: #B27A8B;
}
.AnyTagClassName
{
color: #B27A8B;
}
</style>
background-color css
<style>
a { background-color: #B27A8B; }
a { background-color: rgb(178,122,139); }
div.DivClassName
{
background-color: #B27A8B;
}
.BgClassName
{
background-color: #B27A8B;
}
</style>
border-color css
<style>
span { border-color: #B27A8B; }
span { border-color: rgb(178,122,139); }
td.TdClassName
{
border-color: #B27A8B;
}
.TagClassName
{
border-color: #B27A8B;
}
</style>