Shades of Tapestry #B17982
Tints of Tapestry #B17982
RGB
CMYK
RGB Variations
Color information
#B17982 (or 0xB17982) is known color: Tapestry. HEX triplet: B1, 79 and 82. RGB value is (177,121,130). Sum of RGB (Red+Green+Blue) = 177+121+130=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B17982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17982 is #4E867D. Grayscale: #8A8A8A. Windows color (decimal): -5146238 or 8550833. OLE color: 8550833.
HSL color Cylindrical-coordinate representation of color #B17982: hue angle of 350.36º degrees, saturation: 0.26, 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 #B17982 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 130 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.31 |
| HSL | 350.36º | 0.26% | 0.58% | - |
| HSV(B) | 350.36º | 0.32% | 0.69% | - |
| XYZ | 29 | 24.63 | 24.35 | - |
| YUV | 138.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 130 | 0 | 0.32 | 0.27 | 0.31 | 350.36 | 0.26 | 0.58 |
| Hex | B1 | 79 | 82 | 0 | 20 | 1B | 1F | 15E | 1A | 3A |
| Octal | 261 | 171 | 202 | 0 | 40 | 33 | 37 | 536 | 32 | 72 |
| Binary | 10110001 | 1111001 | 10000010 | 0 | 100000 | 11011 | 11111 | 101011110 | 11010 | 111010 |
Color Harmonies of #B17982
Complementary color
Monochromatic Colors of #B17982
Black with #B17982
Text Example
Text Example
White with #B17982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17982; }
p { color: rgb(177,121,130); }
H1.HeaderClassName
{
color: #B17982;
}
.AnyTagClassName
{
color: #B17982;
}
</style>
background-color css
<style>
a { background-color: #B17982; }
a { background-color: rgb(177,121,130); }
div.DivClassName
{
background-color: #B17982;
}
.BgClassName
{
background-color: #B17982;
}
</style>
border-color css
<style>
span { border-color: #B17982; }
span { border-color: rgb(177,121,130); }
td.TdClassName
{
border-color: #B17982;
}
.TagClassName
{
border-color: #B17982;
}
</style>