Shades of Tapestry #B17882
Tints of Tapestry #B17882
RGB
CMYK
RGB Variations
Color information
#B17882 (or 0xB17882) is known color: Tapestry. HEX triplet: B1, 78 and 82. RGB value is (177,120,130). Sum of RGB (Red+Green+Blue) = 177+120+130=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B17882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17882 is #4E877D. Grayscale: #8A8A8A. Windows color (decimal): -5146494 or 8550577. OLE color: 8550577.
HSL color Cylindrical-coordinate representation of color #B17882: hue angle of 349.47º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B17882 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 130 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.31 |
| HSL | 349.47º | 0.27% | 0.58% | - |
| HSV(B) | 349.47º | 0.32% | 0.69% | - |
| XYZ | 28.88 | 24.39 | 24.31 | - |
| YUV | 138.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 130 | 0 | 0.32 | 0.27 | 0.31 | 349.47 | 0.27 | 0.58 |
| Hex | B1 | 78 | 82 | 0 | 20 | 1B | 1F | 15D | 1B | 3A |
| Octal | 261 | 170 | 202 | 0 | 40 | 33 | 37 | 535 | 33 | 72 |
| Binary | 10110001 | 1111000 | 10000010 | 0 | 100000 | 11011 | 11111 | 101011101 | 11011 | 111010 |
Color Harmonies of #B17882
Complementary color
Monochromatic Colors of #B17882
Black with #B17882
Text Example
Text Example
White with #B17882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17882; }
p { color: rgb(177,120,130); }
H1.HeaderClassName
{
color: #B17882;
}
.AnyTagClassName
{
color: #B17882;
}
</style>
background-color css
<style>
a { background-color: #B17882; }
a { background-color: rgb(177,120,130); }
div.DivClassName
{
background-color: #B17882;
}
.BgClassName
{
background-color: #B17882;
}
</style>
border-color css
<style>
span { border-color: #B17882; }
span { border-color: rgb(177,120,130); }
td.TdClassName
{
border-color: #B17882;
}
.TagClassName
{
border-color: #B17882;
}
</style>