Shades of Tapestry #B27085
Tints of Tapestry #B27085
RGB
CMYK
RGB Variations
Color information
#B27085 (or 0xB27085) is known color: Tapestry. HEX triplet: B2, 70 and 85. RGB value is (178,112,133). Sum of RGB (Red+Green+Blue) = 178+112+133=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27085 is #4D8F7A. Grayscale: #868686. Windows color (decimal): -5083003 or 8745138. OLE color: 8745138.
HSL color Cylindrical-coordinate representation of color #B27085: hue angle of 340.91º 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 #B27085 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 133 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.30 |
| HSL | 340.91º | 0.3% | 0.57% | - |
| HSV(B) | 340.91º | 0.37% | 0.7% | - |
| XYZ | 28.39 | 22.75 | 25.08 | - |
| YUV | 134.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 133 | 0 | 0.37 | 0.25 | 0.30 | 340.91 | 0.3 | 0.57 |
| Hex | B2 | 70 | 85 | 0 | 25 | 19 | 1E | 155 | 1E | 39 |
| Octal | 262 | 160 | 205 | 0 | 45 | 31 | 36 | 525 | 36 | 71 |
| Binary | 10110010 | 1110000 | 10000101 | 0 | 100101 | 11001 | 11110 | 101010101 | 11110 | 111001 |
Color Harmonies of #B27085
Complementary color
Monochromatic Colors of #B27085
Black with #B27085
Text Example
Text Example
White with #B27085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27085; }
p { color: rgb(178,112,133); }
H1.HeaderClassName
{
color: #B27085;
}
.AnyTagClassName
{
color: #B27085;
}
</style>
background-color css
<style>
a { background-color: #B27085; }
a { background-color: rgb(178,112,133); }
div.DivClassName
{
background-color: #B27085;
}
.BgClassName
{
background-color: #B27085;
}
</style>
border-color css
<style>
span { border-color: #B27085; }
span { border-color: rgb(178,112,133); }
td.TdClassName
{
border-color: #B27085;
}
.TagClassName
{
border-color: #B27085;
}
</style>