Shades of Tapestry #B17E8A
Tints of Tapestry #B17E8A
RGB
CMYK
RGB Variations
Color information
#B17E8A (or 0xB17E8A) is known color: Tapestry. HEX triplet: B1, 7E and 8A. RGB value is (177,126,138). Sum of RGB (Red+Green+Blue) = 177+126+138=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E8A is #4E8175. Grayscale: #8E8E8E. Windows color (decimal): -5144950 or 9076401. OLE color: 9076401.
HSL color Cylindrical-coordinate representation of color #B17E8A: hue angle of 345.88º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17E8A is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 138 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.31 |
| HSL | 345.88º | 0.25% | 0.59% | - |
| HSV(B) | 345.88º | 0.29% | 0.69% | - |
| XYZ | 30.18 | 26.1 | 27.49 | - |
| YUV | 142.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 138 | 0 | 0.29 | 0.22 | 0.31 | 345.88 | 0.25 | 0.59 |
| Hex | B1 | 7E | 8A | 0 | 1D | 16 | 1F | 15A | 19 | 3B |
| Octal | 261 | 176 | 212 | 0 | 35 | 26 | 37 | 532 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10001010 | 0 | 11101 | 10110 | 11111 | 101011010 | 11001 | 111011 |
Color Harmonies of #B17E8A
Complementary color
Monochromatic Colors of #B17E8A
Black with #B17E8A
Text Example
Text Example
White with #B17E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E8A; }
p { color: rgb(177,126,138); }
H1.HeaderClassName
{
color: #B17E8A;
}
.AnyTagClassName
{
color: #B17E8A;
}
</style>
background-color css
<style>
a { background-color: #B17E8A; }
a { background-color: rgb(177,126,138); }
div.DivClassName
{
background-color: #B17E8A;
}
.BgClassName
{
background-color: #B17E8A;
}
</style>
border-color css
<style>
span { border-color: #B17E8A; }
span { border-color: rgb(177,126,138); }
td.TdClassName
{
border-color: #B17E8A;
}
.TagClassName
{
border-color: #B17E8A;
}
</style>