Shades of Tapestry #B27E85
Tints of Tapestry #B27E85
RGB
CMYK
RGB Variations
Color information
#B27E85 (or 0xB27E85) is known color: Tapestry. HEX triplet: B2, 7E and 85. RGB value is (178,126,133). Sum of RGB (Red+Green+Blue) = 178+126+133=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E85 is #4D817A. Grayscale: #8E8E8E. Windows color (decimal): -5079419 or 8748722. OLE color: 8748722.
HSL color Cylindrical-coordinate representation of color #B27E85: hue angle of 351.92º 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 #B27E85 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 133 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.30 |
| HSL | 351.92º | 0.25% | 0.6% | - |
| HSV(B) | 351.92º | 0.29% | 0.7% | - |
| XYZ | 30.05 | 26.08 | 25.64 | - |
| YUV | 142.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 133 | 0 | 0.29 | 0.25 | 0.30 | 351.92 | 0.25 | 0.6 |
| Hex | B2 | 7E | 85 | 0 | 1D | 19 | 1E | 160 | 19 | 3C |
| Octal | 262 | 176 | 205 | 0 | 35 | 31 | 36 | 540 | 31 | 74 |
| Binary | 10110010 | 1111110 | 10000101 | 0 | 11101 | 11001 | 11110 | 101100000 | 11001 | 111100 |
Color Harmonies of #B27E85
Complementary color
Monochromatic Colors of #B27E85
Black with #B27E85
Text Example
Text Example
White with #B27E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E85; }
p { color: rgb(178,126,133); }
H1.HeaderClassName
{
color: #B27E85;
}
.AnyTagClassName
{
color: #B27E85;
}
</style>
background-color css
<style>
a { background-color: #B27E85; }
a { background-color: rgb(178,126,133); }
div.DivClassName
{
background-color: #B27E85;
}
.BgClassName
{
background-color: #B27E85;
}
</style>
border-color css
<style>
span { border-color: #B27E85; }
span { border-color: rgb(178,126,133); }
td.TdClassName
{
border-color: #B27E85;
}
.TagClassName
{
border-color: #B27E85;
}
</style>