Shades of Tapestry #B16385
Tints of Tapestry #B16385
RGB
CMYK
RGB Variations
Color information
#B16385 (or 0xB16385) is known color: Tapestry. HEX triplet: B1, 63 and 85. RGB value is (177,99,133). Sum of RGB (Red+Green+Blue) = 177+99+133=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B16385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16385 is #4E9C7A. Grayscale: #7E7E7E. Windows color (decimal): -5151867 or 8741809. OLE color: 8741809.
HSL color Cylindrical-coordinate representation of color #B16385: hue angle of 333.85º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16385 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 133 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.31 |
| HSL | 333.85º | 0.33% | 0.54% | - |
| HSV(B) | 333.85º | 0.44% | 0.69% | - |
| XYZ | 26.83 | 19.96 | 24.63 | - |
| YUV | 126.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 133 | 0 | 0.44 | 0.25 | 0.31 | 333.85 | 0.33 | 0.54 |
| Hex | B1 | 63 | 85 | 0 | 2C | 19 | 1F | 14E | 21 | 36 |
| Octal | 261 | 143 | 205 | 0 | 54 | 31 | 37 | 516 | 41 | 66 |
| Binary | 10110001 | 1100011 | 10000101 | 0 | 101100 | 11001 | 11111 | 101001110 | 100001 | 110110 |
Color Harmonies of #B16385
Complementary color
Monochromatic Colors of #B16385
Black with #B16385
Text Example
Text Example
White with #B16385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16385; }
p { color: rgb(177,99,133); }
H1.HeaderClassName
{
color: #B16385;
}
.AnyTagClassName
{
color: #B16385;
}
</style>
background-color css
<style>
a { background-color: #B16385; }
a { background-color: rgb(177,99,133); }
div.DivClassName
{
background-color: #B16385;
}
.BgClassName
{
background-color: #B16385;
}
</style>
border-color css
<style>
span { border-color: #B16385; }
span { border-color: rgb(177,99,133); }
td.TdClassName
{
border-color: #B16385;
}
.TagClassName
{
border-color: #B16385;
}
</style>