Shades of Tapestry #B17782
Tints of Tapestry #B17782
RGB
CMYK
RGB Variations
Color information
#B17782 (or 0xB17782) is known color: Tapestry. HEX triplet: B1, 77 and 82. RGB value is (177,119,130). Sum of RGB (Red+Green+Blue) = 177+119+130=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B17782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17782 is #4E887D. Grayscale: #898989. Windows color (decimal): -5146750 or 8550321. OLE color: 8550321.
HSL color Cylindrical-coordinate representation of color #B17782: hue angle of 348.62º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B17782 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 130 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.31 |
| HSL | 348.62º | 0.27% | 0.58% | - |
| HSV(B) | 348.62º | 0.33% | 0.69% | - |
| XYZ | 28.76 | 24.15 | 24.27 | - |
| YUV | 137.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 130 | 0 | 0.33 | 0.27 | 0.31 | 348.62 | 0.27 | 0.58 |
| Hex | B1 | 77 | 82 | 0 | 21 | 1B | 1F | 15D | 1B | 3A |
| Octal | 261 | 167 | 202 | 0 | 41 | 33 | 37 | 535 | 33 | 72 |
| Binary | 10110001 | 1110111 | 10000010 | 0 | 100001 | 11011 | 11111 | 101011101 | 11011 | 111010 |
Color Harmonies of #B17782
Complementary color
Monochromatic Colors of #B17782
Black with #B17782
Text Example
Text Example
White with #B17782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17782; }
p { color: rgb(177,119,130); }
H1.HeaderClassName
{
color: #B17782;
}
.AnyTagClassName
{
color: #B17782;
}
</style>
background-color css
<style>
a { background-color: #B17782; }
a { background-color: rgb(177,119,130); }
div.DivClassName
{
background-color: #B17782;
}
.BgClassName
{
background-color: #B17782;
}
</style>
border-color css
<style>
span { border-color: #B17782; }
span { border-color: rgb(177,119,130); }
td.TdClassName
{
border-color: #B17782;
}
.TagClassName
{
border-color: #B17782;
}
</style>