Shades of Tapestry #B1738F
Tints of Tapestry #B1738F
RGB
CMYK
RGB Variations
Color information
#B1738F (or 0xB1738F) is known color: Tapestry. HEX triplet: B1, 73 and 8F. RGB value is (177,115,143). Sum of RGB (Red+Green+Blue) = 177+115+143=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1738F is #4E8C70. Grayscale: #888888. Windows color (decimal): -5147761 or 9401265. OLE color: 9401265.
HSL color Cylindrical-coordinate representation of color #B1738F: hue angle of 332.9º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1738F is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 143 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.31 |
| HSL | 332.9º | 0.28% | 0.57% | - |
| HSV(B) | 332.9º | 0.35% | 0.69% | - |
| XYZ | 29.22 | 23.59 | 29 | - |
| YUV | 136.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 143 | 0 | 0.35 | 0.19 | 0.31 | 332.9 | 0.28 | 0.57 |
| Hex | B1 | 73 | 8F | 0 | 23 | 13 | 1F | 14D | 1C | 39 |
| Octal | 261 | 163 | 217 | 0 | 43 | 23 | 37 | 515 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10001111 | 0 | 100011 | 10011 | 11111 | 101001101 | 11100 | 111001 |
Color Harmonies of #B1738F
Complementary color
Monochromatic Colors of #B1738F
Black with #B1738F
Text Example
Text Example
White with #B1738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1738F; }
p { color: rgb(177,115,143); }
H1.HeaderClassName
{
color: #B1738F;
}
.AnyTagClassName
{
color: #B1738F;
}
</style>
background-color css
<style>
a { background-color: #B1738F; }
a { background-color: rgb(177,115,143); }
div.DivClassName
{
background-color: #B1738F;
}
.BgClassName
{
background-color: #B1738F;
}
</style>
border-color css
<style>
span { border-color: #B1738F; }
span { border-color: rgb(177,115,143); }
td.TdClassName
{
border-color: #B1738F;
}
.TagClassName
{
border-color: #B1738F;
}
</style>