Shades of Tapestry #B16C7E
Tints of Tapestry #B16C7E
RGB
CMYK
RGB Variations
Color information
#B16C7E (or 0xB16C7E) is known color: Tapestry. HEX triplet: B1, 6C and 7E. RGB value is (177,108,126). Sum of RGB (Red+Green+Blue) = 177+108+126=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C7E is #4E9381. Grayscale: #828282. Windows color (decimal): -5149570 or 8285361. OLE color: 8285361.
HSL color Cylindrical-coordinate representation of color #B16C7E: hue angle of 344.35º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16C7E is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 126 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.31 |
| HSL | 344.35º | 0.31% | 0.56% | - |
| HSV(B) | 344.35º | 0.39% | 0.69% | - |
| XYZ | 27.26 | 21.58 | 22.47 | - |
| YUV | 130.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 126 | 0 | 0.39 | 0.29 | 0.31 | 344.35 | 0.31 | 0.56 |
| Hex | B1 | 6C | 7E | 0 | 27 | 1D | 1F | 158 | 1F | 38 |
| Octal | 261 | 154 | 176 | 0 | 47 | 35 | 37 | 530 | 37 | 70 |
| Binary | 10110001 | 1101100 | 1111110 | 0 | 100111 | 11101 | 11111 | 101011000 | 11111 | 111000 |
Color Harmonies of #B16C7E
Complementary color
Monochromatic Colors of #B16C7E
Black with #B16C7E
Text Example
Text Example
White with #B16C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C7E; }
p { color: rgb(177,108,126); }
H1.HeaderClassName
{
color: #B16C7E;
}
.AnyTagClassName
{
color: #B16C7E;
}
</style>
background-color css
<style>
a { background-color: #B16C7E; }
a { background-color: rgb(177,108,126); }
div.DivClassName
{
background-color: #B16C7E;
}
.BgClassName
{
background-color: #B16C7E;
}
</style>
border-color css
<style>
span { border-color: #B16C7E; }
span { border-color: rgb(177,108,126); }
td.TdClassName
{
border-color: #B16C7E;
}
.TagClassName
{
border-color: #B16C7E;
}
</style>