Shades of Tapestry #B27080
Tints of Tapestry #B27080
RGB
CMYK
RGB Variations
Color information
#B27080 (or 0xB27080) is known color: Tapestry. HEX triplet: B2, 70 and 80. RGB value is (178,112,128). Sum of RGB (Red+Green+Blue) = 178+112+128=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B27080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27080 is #4D8F7F. Grayscale: #858585. Windows color (decimal): -5083008 or 8417458. OLE color: 8417458.
HSL color Cylindrical-coordinate representation of color #B27080: hue angle of 345.45º 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 #B27080 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 128 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.30 |
| HSL | 345.45º | 0.3% | 0.57% | - |
| HSV(B) | 345.45º | 0.37% | 0.7% | - |
| XYZ | 28.05 | 22.61 | 23.31 | - |
| YUV | 133.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 128 | 0 | 0.37 | 0.28 | 0.30 | 345.45 | 0.3 | 0.57 |
| Hex | B2 | 70 | 80 | 0 | 25 | 1C | 1E | 159 | 1E | 39 |
| Octal | 262 | 160 | 200 | 0 | 45 | 34 | 36 | 531 | 36 | 71 |
| Binary | 10110010 | 1110000 | 10000000 | 0 | 100101 | 11100 | 11110 | 101011001 | 11110 | 111001 |
Color Harmonies of #B27080
Complementary color
Monochromatic Colors of #B27080
Black with #B27080
Text Example
Text Example
White with #B27080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27080; }
p { color: rgb(178,112,128); }
H1.HeaderClassName
{
color: #B27080;
}
.AnyTagClassName
{
color: #B27080;
}
</style>
background-color css
<style>
a { background-color: #B27080; }
a { background-color: rgb(178,112,128); }
div.DivClassName
{
background-color: #B27080;
}
.BgClassName
{
background-color: #B27080;
}
</style>
border-color css
<style>
span { border-color: #B27080; }
span { border-color: rgb(178,112,128); }
td.TdClassName
{
border-color: #B27080;
}
.TagClassName
{
border-color: #B27080;
}
</style>