Shades of Tapestry #B1738B
Tints of Tapestry #B1738B
RGB
CMYK
RGB Variations
Color information
#B1738B (or 0xB1738B) is known color: Tapestry. HEX triplet: B1, 73 and 8B. RGB value is (177,115,139). Sum of RGB (Red+Green+Blue) = 177+115+139=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1738B is #4E8C74. Grayscale: #888888. Windows color (decimal): -5147765 or 9139121. OLE color: 9139121.
HSL color Cylindrical-coordinate representation of color #B1738B: hue angle of 336.77º 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 #B1738B is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 139 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.31 |
| HSL | 336.77º | 0.28% | 0.57% | - |
| HSV(B) | 336.77º | 0.35% | 0.69% | - |
| XYZ | 28.92 | 23.47 | 27.43 | - |
| YUV | 136.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 139 | 0 | 0.35 | 0.21 | 0.31 | 336.77 | 0.28 | 0.57 |
| Hex | B1 | 73 | 8B | 0 | 23 | 15 | 1F | 151 | 1C | 39 |
| Octal | 261 | 163 | 213 | 0 | 43 | 25 | 37 | 521 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10001011 | 0 | 100011 | 10101 | 11111 | 101010001 | 11100 | 111001 |
Color Harmonies of #B1738B
Complementary color
Monochromatic Colors of #B1738B
Black with #B1738B
Text Example
Text Example
White with #B1738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1738B; }
p { color: rgb(177,115,139); }
H1.HeaderClassName
{
color: #B1738B;
}
.AnyTagClassName
{
color: #B1738B;
}
</style>
background-color css
<style>
a { background-color: #B1738B; }
a { background-color: rgb(177,115,139); }
div.DivClassName
{
background-color: #B1738B;
}
.BgClassName
{
background-color: #B1738B;
}
</style>
border-color css
<style>
span { border-color: #B1738B; }
span { border-color: rgb(177,115,139); }
td.TdClassName
{
border-color: #B1738B;
}
.TagClassName
{
border-color: #B1738B;
}
</style>