Shades of Tapestry #B17085
Tints of Tapestry #B17085
RGB
CMYK
RGB Variations
Color information
#B17085 (or 0xB17085) is known color: Tapestry. HEX triplet: B1, 70 and 85. RGB value is (177,112,133). Sum of RGB (Red+Green+Blue) = 177+112+133=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B17085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17085 is #4E8F7A. Grayscale: #858585. Windows color (decimal): -5148539 or 8745137. OLE color: 8745137.
HSL color Cylindrical-coordinate representation of color #B17085: hue angle of 340.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B17085 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 133 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.31 |
| HSL | 340.62º | 0.29% | 0.57% | - |
| HSV(B) | 340.62º | 0.37% | 0.69% | - |
| XYZ | 28.16 | 22.63 | 25.07 | - |
| YUV | 133.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 133 | 0 | 0.37 | 0.25 | 0.31 | 340.62 | 0.29 | 0.57 |
| Hex | B1 | 70 | 85 | 0 | 25 | 19 | 1F | 155 | 1D | 39 |
| Octal | 261 | 160 | 205 | 0 | 45 | 31 | 37 | 525 | 35 | 71 |
| Binary | 10110001 | 1110000 | 10000101 | 0 | 100101 | 11001 | 11111 | 101010101 | 11101 | 111001 |
Color Harmonies of #B17085
Complementary color
Monochromatic Colors of #B17085
Black with #B17085
Text Example
Text Example
White with #B17085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17085; }
p { color: rgb(177,112,133); }
H1.HeaderClassName
{
color: #B17085;
}
.AnyTagClassName
{
color: #B17085;
}
</style>
background-color css
<style>
a { background-color: #B17085; }
a { background-color: rgb(177,112,133); }
div.DivClassName
{
background-color: #B17085;
}
.BgClassName
{
background-color: #B17085;
}
</style>
border-color css
<style>
span { border-color: #B17085; }
span { border-color: rgb(177,112,133); }
td.TdClassName
{
border-color: #B17085;
}
.TagClassName
{
border-color: #B17085;
}
</style>