Shades of Tapestry #B16C7B
Tints of Tapestry #B16C7B
RGB
CMYK
RGB Variations
Color information
#B16C7B (or 0xB16C7B) is known color: Tapestry. HEX triplet: B1, 6C and 7B. RGB value is (177,108,123). Sum of RGB (Red+Green+Blue) = 177+108+123=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C7B is #4E9384. Grayscale: #828282. Windows color (decimal): -5149573 or 8088753. OLE color: 8088753.
HSL color Cylindrical-coordinate representation of color #B16C7B: hue angle of 346.96º 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 #B16C7B is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 123 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.31 |
| HSL | 346.96º | 0.31% | 0.56% | - |
| HSV(B) | 346.96º | 0.39% | 0.69% | - |
| XYZ | 27.07 | 21.5 | 21.46 | - |
| YUV | 130.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 123 | 0 | 0.39 | 0.31 | 0.31 | 346.96 | 0.31 | 0.56 |
| Hex | B1 | 6C | 7B | 0 | 27 | 1F | 1F | 15B | 1F | 38 |
| Octal | 261 | 154 | 173 | 0 | 47 | 37 | 37 | 533 | 37 | 70 |
| Binary | 10110001 | 1101100 | 1111011 | 0 | 100111 | 11111 | 11111 | 101011011 | 11111 | 111000 |
Color Harmonies of #B16C7B
Complementary color
Monochromatic Colors of #B16C7B
Black with #B16C7B
Text Example
Text Example
White with #B16C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C7B; }
p { color: rgb(177,108,123); }
H1.HeaderClassName
{
color: #B16C7B;
}
.AnyTagClassName
{
color: #B16C7B;
}
</style>
background-color css
<style>
a { background-color: #B16C7B; }
a { background-color: rgb(177,108,123); }
div.DivClassName
{
background-color: #B16C7B;
}
.BgClassName
{
background-color: #B16C7B;
}
</style>
border-color css
<style>
span { border-color: #B16C7B; }
span { border-color: rgb(177,108,123); }
td.TdClassName
{
border-color: #B16C7B;
}
.TagClassName
{
border-color: #B16C7B;
}
</style>