Shades of Tapestry #B1738C
Tints of Tapestry #B1738C
RGB
CMYK
RGB Variations
Color information
#B1738C (or 0xB1738C) is known color: Tapestry. HEX triplet: B1, 73 and 8C. RGB value is (177,115,140). Sum of RGB (Red+Green+Blue) = 177+115+140=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1738C is #4E8C73. Grayscale: #888888. Windows color (decimal): -5147764 or 9204657. OLE color: 9204657.
HSL color Cylindrical-coordinate representation of color #B1738C: hue angle of 335.81º 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 #B1738C is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 140 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.31 |
| HSL | 335.81º | 0.28% | 0.57% | - |
| HSV(B) | 335.81º | 0.35% | 0.69% | - |
| XYZ | 29 | 23.5 | 27.82 | - |
| YUV | 136.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 140 | 0 | 0.35 | 0.21 | 0.31 | 335.81 | 0.28 | 0.57 |
| Hex | B1 | 73 | 8C | 0 | 23 | 15 | 1F | 150 | 1C | 39 |
| Octal | 261 | 163 | 214 | 0 | 43 | 25 | 37 | 520 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10001100 | 0 | 100011 | 10101 | 11111 | 101010000 | 11100 | 111001 |
Color Harmonies of #B1738C
Complementary color
Monochromatic Colors of #B1738C
Black with #B1738C
Text Example
Text Example
White with #B1738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1738C; }
p { color: rgb(177,115,140); }
H1.HeaderClassName
{
color: #B1738C;
}
.AnyTagClassName
{
color: #B1738C;
}
</style>
background-color css
<style>
a { background-color: #B1738C; }
a { background-color: rgb(177,115,140); }
div.DivClassName
{
background-color: #B1738C;
}
.BgClassName
{
background-color: #B1738C;
}
</style>
border-color css
<style>
span { border-color: #B1738C; }
span { border-color: rgb(177,115,140); }
td.TdClassName
{
border-color: #B1738C;
}
.TagClassName
{
border-color: #B1738C;
}
</style>