Shades of Tapestry #B16985
Tints of Tapestry #B16985
RGB
CMYK
RGB Variations
Color information
#B16985 (or 0xB16985) is known color: Tapestry. HEX triplet: B1, 69 and 85. RGB value is (177,105,133). Sum of RGB (Red+Green+Blue) = 177+105+133=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B16985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16985 is #4E967A. Grayscale: #818181. Windows color (decimal): -5150331 or 8743345. OLE color: 8743345.
HSL color Cylindrical-coordinate representation of color #B16985: hue angle of 336.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16985 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 133 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.31 |
| HSL | 336.67º | 0.32% | 0.55% | - |
| HSV(B) | 336.67º | 0.41% | 0.69% | - |
| XYZ | 27.42 | 21.14 | 24.83 | - |
| YUV | 129.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 133 | 0 | 0.41 | 0.25 | 0.31 | 336.67 | 0.32 | 0.55 |
| Hex | B1 | 69 | 85 | 0 | 29 | 19 | 1F | 151 | 20 | 37 |
| Octal | 261 | 151 | 205 | 0 | 51 | 31 | 37 | 521 | 40 | 67 |
| Binary | 10110001 | 1101001 | 10000101 | 0 | 101001 | 11001 | 11111 | 101010001 | 100000 | 110111 |
Color Harmonies of #B16985
Complementary color
Monochromatic Colors of #B16985
Black with #B16985
Text Example
Text Example
White with #B16985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16985; }
p { color: rgb(177,105,133); }
H1.HeaderClassName
{
color: #B16985;
}
.AnyTagClassName
{
color: #B16985;
}
</style>
background-color css
<style>
a { background-color: #B16985; }
a { background-color: rgb(177,105,133); }
div.DivClassName
{
background-color: #B16985;
}
.BgClassName
{
background-color: #B16985;
}
</style>
border-color css
<style>
span { border-color: #B16985; }
span { border-color: rgb(177,105,133); }
td.TdClassName
{
border-color: #B16985;
}
.TagClassName
{
border-color: #B16985;
}
</style>