Shades of Tapestry #B17184
Tints of Tapestry #B17184
RGB
CMYK
RGB Variations
Color information
#B17184 (or 0xB17184) is known color: Tapestry. HEX triplet: B1, 71 and 84. RGB value is (177,113,132). Sum of RGB (Red+Green+Blue) = 177+113+132=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B17184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17184 is #4E8E7B. Grayscale: #868686. Windows color (decimal): -5148284 or 8679857. OLE color: 8679857.
HSL color Cylindrical-coordinate representation of color #B17184: hue angle of 342.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17184 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 132 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.31 |
| HSL | 342.19º | 0.29% | 0.57% | - |
| HSV(B) | 342.19º | 0.36% | 0.69% | - |
| XYZ | 28.2 | 22.82 | 24.75 | - |
| YUV | 134.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 132 | 0 | 0.36 | 0.25 | 0.31 | 342.19 | 0.29 | 0.57 |
| Hex | B1 | 71 | 84 | 0 | 24 | 19 | 1F | 156 | 1D | 39 |
| Octal | 261 | 161 | 204 | 0 | 44 | 31 | 37 | 526 | 35 | 71 |
| Binary | 10110001 | 1110001 | 10000100 | 0 | 100100 | 11001 | 11111 | 101010110 | 11101 | 111001 |
Color Harmonies of #B17184
Complementary color
Monochromatic Colors of #B17184
Black with #B17184
Text Example
Text Example
White with #B17184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17184; }
p { color: rgb(177,113,132); }
H1.HeaderClassName
{
color: #B17184;
}
.AnyTagClassName
{
color: #B17184;
}
</style>
background-color css
<style>
a { background-color: #B17184; }
a { background-color: rgb(177,113,132); }
div.DivClassName
{
background-color: #B17184;
}
.BgClassName
{
background-color: #B17184;
}
</style>
border-color css
<style>
span { border-color: #B17184; }
span { border-color: rgb(177,113,132); }
td.TdClassName
{
border-color: #B17184;
}
.TagClassName
{
border-color: #B17184;
}
</style>