Shades of Tapestry #B27F8D
Tints of Tapestry #B27F8D
RGB
CMYK
RGB Variations
Color information
#B27F8D (or 0xB27F8D) is known color: Tapestry. HEX triplet: B2, 7F and 8D. RGB value is (178,127,141). Sum of RGB (Red+Green+Blue) = 178+127+141=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F8D is #4D8072. Grayscale: #8F8F8F. Windows color (decimal): -5079155 or 9273266. OLE color: 9273266.
HSL color Cylindrical-coordinate representation of color #B27F8D: hue angle of 343.53º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27F8D is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 141 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.30 |
| HSL | 343.53º | 0.25% | 0.6% | - |
| HSV(B) | 343.53º | 0.29% | 0.7% | - |
| XYZ | 30.76 | 26.57 | 28.71 | - |
| YUV | 143.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 141 | 0 | 0.29 | 0.21 | 0.30 | 343.53 | 0.25 | 0.6 |
| Hex | B2 | 7F | 8D | 0 | 1D | 15 | 1E | 158 | 19 | 3C |
| Octal | 262 | 177 | 215 | 0 | 35 | 25 | 36 | 530 | 31 | 74 |
| Binary | 10110010 | 1111111 | 10001101 | 0 | 11101 | 10101 | 11110 | 101011000 | 11001 | 111100 |
Color Harmonies of #B27F8D
Complementary color
Monochromatic Colors of #B27F8D
Black with #B27F8D
Text Example
Text Example
White with #B27F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F8D; }
p { color: rgb(178,127,141); }
H1.HeaderClassName
{
color: #B27F8D;
}
.AnyTagClassName
{
color: #B27F8D;
}
</style>
background-color css
<style>
a { background-color: #B27F8D; }
a { background-color: rgb(178,127,141); }
div.DivClassName
{
background-color: #B27F8D;
}
.BgClassName
{
background-color: #B27F8D;
}
</style>
border-color css
<style>
span { border-color: #B27F8D; }
span { border-color: rgb(178,127,141); }
td.TdClassName
{
border-color: #B27F8D;
}
.TagClassName
{
border-color: #B27F8D;
}
</style>