Shades of Tapestry #B17490
Tints of Tapestry #B17490
RGB
CMYK
RGB Variations
Color information
#B17490 (or 0xB17490) is known color: Tapestry. HEX triplet: B1, 74 and 90. RGB value is (177,116,144). Sum of RGB (Red+Green+Blue) = 177+116+144=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B17490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17490 is #4E8B6F. Grayscale: #898989. Windows color (decimal): -5147504 or 9467057. OLE color: 9467057.
HSL color Cylindrical-coordinate representation of color #B17490: hue angle of 332.46º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17490 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 144 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.31 |
| HSL | 332.46º | 0.28% | 0.57% | - |
| HSV(B) | 332.46º | 0.34% | 0.69% | - |
| XYZ | 29.41 | 23.85 | 29.44 | - |
| YUV | 137.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 144 | 0 | 0.34 | 0.19 | 0.31 | 332.46 | 0.28 | 0.57 |
| Hex | B1 | 74 | 90 | 0 | 22 | 13 | 1F | 14C | 1C | 39 |
| Octal | 261 | 164 | 220 | 0 | 42 | 23 | 37 | 514 | 34 | 71 |
| Binary | 10110001 | 1110100 | 10010000 | 0 | 100010 | 10011 | 11111 | 101001100 | 11100 | 111001 |
Color Harmonies of #B17490
Complementary color
Monochromatic Colors of #B17490
Black with #B17490
Text Example
Text Example
White with #B17490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17490; }
p { color: rgb(177,116,144); }
H1.HeaderClassName
{
color: #B17490;
}
.AnyTagClassName
{
color: #B17490;
}
</style>
background-color css
<style>
a { background-color: #B17490; }
a { background-color: rgb(177,116,144); }
div.DivClassName
{
background-color: #B17490;
}
.BgClassName
{
background-color: #B17490;
}
</style>
border-color css
<style>
span { border-color: #B17490; }
span { border-color: rgb(177,116,144); }
td.TdClassName
{
border-color: #B17490;
}
.TagClassName
{
border-color: #B17490;
}
</style>