Shades of Tapestry #B27A8E
Tints of Tapestry #B27A8E
RGB
CMYK
RGB Variations
Color information
#B27A8E (or 0xB27A8E) is known color: Tapestry. HEX triplet: B2, 7A and 8E. RGB value is (178,122,142). Sum of RGB (Red+Green+Blue) = 178+122+142=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27A8E is #4D8571. Grayscale: #8D8D8D. Windows color (decimal): -5080434 or 9337522. OLE color: 9337522.
HSL color Cylindrical-coordinate representation of color #B27A8E: hue angle of 338.57º 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 #B27A8E is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 142 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.30 |
| HSL | 338.57º | 0.27% | 0.59% | - |
| HSV(B) | 338.57º | 0.31% | 0.7% | - |
| XYZ | 30.2 | 25.34 | 28.89 | - |
| YUV | 141.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 142 | 0 | 0.31 | 0.20 | 0.30 | 338.57 | 0.27 | 0.59 |
| Hex | B2 | 7A | 8E | 0 | 1F | 14 | 1E | 153 | 1B | 3B |
| Octal | 262 | 172 | 216 | 0 | 37 | 24 | 36 | 523 | 33 | 73 |
| Binary | 10110010 | 1111010 | 10001110 | 0 | 11111 | 10100 | 11110 | 101010011 | 11011 | 111011 |
Color Harmonies of #B27A8E
Complementary color
Monochromatic Colors of #B27A8E
Black with #B27A8E
Text Example
Text Example
White with #B27A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A8E; }
p { color: rgb(178,122,142); }
H1.HeaderClassName
{
color: #B27A8E;
}
.AnyTagClassName
{
color: #B27A8E;
}
</style>
background-color css
<style>
a { background-color: #B27A8E; }
a { background-color: rgb(178,122,142); }
div.DivClassName
{
background-color: #B27A8E;
}
.BgClassName
{
background-color: #B27A8E;
}
</style>
border-color css
<style>
span { border-color: #B27A8E; }
span { border-color: rgb(178,122,142); }
td.TdClassName
{
border-color: #B27A8E;
}
.TagClassName
{
border-color: #B27A8E;
}
</style>