Shades of Tapestry #B27088
Tints of Tapestry #B27088
RGB
CMYK
RGB Variations
Color information
#B27088 (or 0xB27088) is known color: Tapestry. HEX triplet: B2, 70 and 88. RGB value is (178,112,136). Sum of RGB (Red+Green+Blue) = 178+112+136=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B27088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27088 is #4D8F77. Grayscale: #868686. Windows color (decimal): -5083000 or 8941746. OLE color: 8941746.
HSL color Cylindrical-coordinate representation of color #B27088: hue angle of 338.18º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27088 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 136 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.30 |
| HSL | 338.18º | 0.3% | 0.57% | - |
| HSV(B) | 338.18º | 0.37% | 0.7% | - |
| XYZ | 28.6 | 22.83 | 26.19 | - |
| YUV | 134.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 136 | 0 | 0.37 | 0.24 | 0.30 | 338.18 | 0.3 | 0.57 |
| Hex | B2 | 70 | 88 | 0 | 25 | 18 | 1E | 152 | 1E | 39 |
| Octal | 262 | 160 | 210 | 0 | 45 | 30 | 36 | 522 | 36 | 71 |
| Binary | 10110010 | 1110000 | 10001000 | 0 | 100101 | 11000 | 11110 | 101010010 | 11110 | 111001 |
Color Harmonies of #B27088
Complementary color
Monochromatic Colors of #B27088
Black with #B27088
Text Example
Text Example
White with #B27088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27088; }
p { color: rgb(178,112,136); }
H1.HeaderClassName
{
color: #B27088;
}
.AnyTagClassName
{
color: #B27088;
}
</style>
background-color css
<style>
a { background-color: #B27088; }
a { background-color: rgb(178,112,136); }
div.DivClassName
{
background-color: #B27088;
}
.BgClassName
{
background-color: #B27088;
}
</style>
border-color css
<style>
span { border-color: #B27088; }
span { border-color: rgb(178,112,136); }
td.TdClassName
{
border-color: #B27088;
}
.TagClassName
{
border-color: #B27088;
}
</style>