Shades of Tapestry #B17380
Tints of Tapestry #B17380
RGB
CMYK
RGB Variations
Color information
#B17380 (or 0xB17380) is known color: Tapestry. HEX triplet: B1, 73 and 80. RGB value is (177,115,128). Sum of RGB (Red+Green+Blue) = 177+115+128=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B17380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17380 is #4E8C7F. Grayscale: #878787. Windows color (decimal): -5147776 or 8418225. OLE color: 8418225.
HSL color Cylindrical-coordinate representation of color #B17380: hue angle of 347.42º 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 #B17380 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 128 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.31 |
| HSL | 347.42º | 0.28% | 0.57% | - |
| HSV(B) | 347.42º | 0.35% | 0.69% | - |
| XYZ | 28.16 | 23.17 | 23.41 | - |
| YUV | 135.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 128 | 0 | 0.35 | 0.28 | 0.31 | 347.42 | 0.28 | 0.57 |
| Hex | B1 | 73 | 80 | 0 | 23 | 1C | 1F | 15B | 1C | 39 |
| Octal | 261 | 163 | 200 | 0 | 43 | 34 | 37 | 533 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10000000 | 0 | 100011 | 11100 | 11111 | 101011011 | 11100 | 111001 |
Color Harmonies of #B17380
Complementary color
Monochromatic Colors of #B17380
Black with #B17380
Text Example
Text Example
White with #B17380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17380; }
p { color: rgb(177,115,128); }
H1.HeaderClassName
{
color: #B17380;
}
.AnyTagClassName
{
color: #B17380;
}
</style>
background-color css
<style>
a { background-color: #B17380; }
a { background-color: rgb(177,115,128); }
div.DivClassName
{
background-color: #B17380;
}
.BgClassName
{
background-color: #B17380;
}
</style>
border-color css
<style>
span { border-color: #B17380; }
span { border-color: rgb(177,115,128); }
td.TdClassName
{
border-color: #B17380;
}
.TagClassName
{
border-color: #B17380;
}
</style>