Shades of Tapestry #B16A83
Tints of Tapestry #B16A83
RGB
CMYK
RGB Variations
Color information
#B16A83 (or 0xB16A83) is known color: Tapestry. HEX triplet: B1, 6A and 83. RGB value is (177,106,131). Sum of RGB (Red+Green+Blue) = 177+106+131=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16A83 is #4E957C. Grayscale: #828282. Windows color (decimal): -5150077 or 8612529. OLE color: 8612529.
HSL color Cylindrical-coordinate representation of color #B16A83: hue angle of 338.87º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16A83 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 131 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.31 |
| HSL | 338.87º | 0.31% | 0.55% | - |
| HSV(B) | 338.87º | 0.4% | 0.69% | - |
| XYZ | 27.38 | 21.29 | 24.14 | - |
| YUV | 130.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 131 | 0 | 0.40 | 0.26 | 0.31 | 338.87 | 0.31 | 0.55 |
| Hex | B1 | 6A | 83 | 0 | 28 | 1A | 1F | 153 | 1F | 37 |
| Octal | 261 | 152 | 203 | 0 | 50 | 32 | 37 | 523 | 37 | 67 |
| Binary | 10110001 | 1101010 | 10000011 | 0 | 101000 | 11010 | 11111 | 101010011 | 11111 | 110111 |
Color Harmonies of #B16A83
Complementary color
Monochromatic Colors of #B16A83
Black with #B16A83
Text Example
Text Example
White with #B16A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A83; }
p { color: rgb(177,106,131); }
H1.HeaderClassName
{
color: #B16A83;
}
.AnyTagClassName
{
color: #B16A83;
}
</style>
background-color css
<style>
a { background-color: #B16A83; }
a { background-color: rgb(177,106,131); }
div.DivClassName
{
background-color: #B16A83;
}
.BgClassName
{
background-color: #B16A83;
}
</style>
border-color css
<style>
span { border-color: #B16A83; }
span { border-color: rgb(177,106,131); }
td.TdClassName
{
border-color: #B16A83;
}
.TagClassName
{
border-color: #B16A83;
}
</style>