Shades of Tapestry #B16B8A
Tints of Tapestry #B16B8A
RGB
CMYK
RGB Variations
Color information
#B16B8A (or 0xB16B8A) is known color: Tapestry. HEX triplet: B1, 6B and 8A. RGB value is (177,107,138). Sum of RGB (Red+Green+Blue) = 177+107+138=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16B8A is #4E9475. Grayscale: #838383. Windows color (decimal): -5149814 or 9071537. OLE color: 9071537.
HSL color Cylindrical-coordinate representation of color #B16B8A: hue angle of 333.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16B8A is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 138 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.31 |
| HSL | 333.43º | 0.31% | 0.56% | - |
| HSV(B) | 333.43º | 0.4% | 0.69% | - |
| XYZ | 27.98 | 21.7 | 26.76 | - |
| YUV | 131.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 138 | 0 | 0.40 | 0.22 | 0.31 | 333.43 | 0.31 | 0.56 |
| Hex | B1 | 6B | 8A | 0 | 28 | 16 | 1F | 14D | 1F | 38 |
| Octal | 261 | 153 | 212 | 0 | 50 | 26 | 37 | 515 | 37 | 70 |
| Binary | 10110001 | 1101011 | 10001010 | 0 | 101000 | 10110 | 11111 | 101001101 | 11111 | 111000 |
Color Harmonies of #B16B8A
Complementary color
Monochromatic Colors of #B16B8A
Black with #B16B8A
Text Example
Text Example
White with #B16B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B8A; }
p { color: rgb(177,107,138); }
H1.HeaderClassName
{
color: #B16B8A;
}
.AnyTagClassName
{
color: #B16B8A;
}
</style>
background-color css
<style>
a { background-color: #B16B8A; }
a { background-color: rgb(177,107,138); }
div.DivClassName
{
background-color: #B16B8A;
}
.BgClassName
{
background-color: #B16B8A;
}
</style>
border-color css
<style>
span { border-color: #B16B8A; }
span { border-color: rgb(177,107,138); }
td.TdClassName
{
border-color: #B16B8A;
}
.TagClassName
{
border-color: #B16B8A;
}
</style>