Shades of Tapestry #B27E88
Tints of Tapestry #B27E88
RGB
CMYK
RGB Variations
Color information
#B27E88 (or 0xB27E88) is known color: Tapestry. HEX triplet: B2, 7E and 88. RGB value is (178,126,136). Sum of RGB (Red+Green+Blue) = 178+126+136=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E88 is #4D8177. Grayscale: #8E8E8E. Windows color (decimal): -5079416 or 8945330. OLE color: 8945330.
HSL color Cylindrical-coordinate representation of color #B27E88: hue angle of 348.46º 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 #B27E88 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 136 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.30 |
| HSL | 348.46º | 0.25% | 0.6% | - |
| HSV(B) | 348.46º | 0.29% | 0.7% | - |
| XYZ | 30.26 | 26.16 | 26.75 | - |
| YUV | 142.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 136 | 0 | 0.29 | 0.24 | 0.30 | 348.46 | 0.25 | 0.6 |
| Hex | B2 | 7E | 88 | 0 | 1D | 18 | 1E | 15C | 19 | 3C |
| Octal | 262 | 176 | 210 | 0 | 35 | 30 | 36 | 534 | 31 | 74 |
| Binary | 10110010 | 1111110 | 10001000 | 0 | 11101 | 11000 | 11110 | 101011100 | 11001 | 111100 |
Color Harmonies of #B27E88
Complementary color
Monochromatic Colors of #B27E88
Black with #B27E88
Text Example
Text Example
White with #B27E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E88; }
p { color: rgb(178,126,136); }
H1.HeaderClassName
{
color: #B27E88;
}
.AnyTagClassName
{
color: #B27E88;
}
</style>
background-color css
<style>
a { background-color: #B27E88; }
a { background-color: rgb(178,126,136); }
div.DivClassName
{
background-color: #B27E88;
}
.BgClassName
{
background-color: #B27E88;
}
</style>
border-color css
<style>
span { border-color: #B27E88; }
span { border-color: rgb(178,126,136); }
td.TdClassName
{
border-color: #B27E88;
}
.TagClassName
{
border-color: #B27E88;
}
</style>