Shades of Tapestry #B16E8A
Tints of Tapestry #B16E8A
RGB
CMYK
RGB Variations
Color information
#B16E8A (or 0xB16E8A) is known color: Tapestry. HEX triplet: B1, 6E and 8A. RGB value is (177,110,138). Sum of RGB (Red+Green+Blue) = 177+110+138=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E8A is #4E9175. Grayscale: #858585. Windows color (decimal): -5149046 or 9072305. OLE color: 9072305.
HSL color Cylindrical-coordinate representation of color #B16E8A: hue angle of 334.93º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E8A is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 138 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.31 |
| HSL | 334.93º | 0.3% | 0.56% | - |
| HSV(B) | 334.93º | 0.38% | 0.69% | - |
| XYZ | 28.29 | 22.33 | 26.86 | - |
| YUV | 133.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 138 | 0 | 0.38 | 0.22 | 0.31 | 334.93 | 0.3 | 0.56 |
| Hex | B1 | 6E | 8A | 0 | 26 | 16 | 1F | 14F | 1E | 38 |
| Octal | 261 | 156 | 212 | 0 | 46 | 26 | 37 | 517 | 36 | 70 |
| Binary | 10110001 | 1101110 | 10001010 | 0 | 100110 | 10110 | 11111 | 101001111 | 11110 | 111000 |
Color Harmonies of #B16E8A
Complementary color
Monochromatic Colors of #B16E8A
Black with #B16E8A
Text Example
Text Example
White with #B16E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E8A; }
p { color: rgb(177,110,138); }
H1.HeaderClassName
{
color: #B16E8A;
}
.AnyTagClassName
{
color: #B16E8A;
}
</style>
background-color css
<style>
a { background-color: #B16E8A; }
a { background-color: rgb(177,110,138); }
div.DivClassName
{
background-color: #B16E8A;
}
.BgClassName
{
background-color: #B16E8A;
}
</style>
border-color css
<style>
span { border-color: #B16E8A; }
span { border-color: rgb(177,110,138); }
td.TdClassName
{
border-color: #B16E8A;
}
.TagClassName
{
border-color: #B16E8A;
}
</style>