Shades of Tapestry #B18590
Tints of Tapestry #B18590
RGB
CMYK
RGB Variations
Color information
#B18590 (or 0xB18590) is known color: Tapestry. HEX triplet: B1, 85 and 90. RGB value is (177,133,144). Sum of RGB (Red+Green+Blue) = 177+133+144=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B18590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18590 is #4E7A6F. Grayscale: #939393. Windows color (decimal): -5143152 or 9471409. OLE color: 9471409.
HSL color Cylindrical-coordinate representation of color #B18590: hue angle of 345º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18590 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 144 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.31 |
| HSL | 345º | 0.22% | 0.61% | - |
| HSV(B) | 345º | 0.25% | 0.69% | - |
| XYZ | 31.55 | 28.14 | 30.15 | - |
| YUV | 147.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 144 | 0 | 0.25 | 0.19 | 0.31 | 345 | 0.22 | 0.61 |
| Hex | B1 | 85 | 90 | 0 | 19 | 13 | 1F | 159 | 16 | 3D |
| Octal | 261 | 205 | 220 | 0 | 31 | 23 | 37 | 531 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10010000 | 0 | 11001 | 10011 | 11111 | 101011001 | 10110 | 111101 |
Color Harmonies of #B18590
Complementary color
Monochromatic Colors of #B18590
Black with #B18590
Text Example
Text Example
White with #B18590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18590; }
p { color: rgb(177,133,144); }
H1.HeaderClassName
{
color: #B18590;
}
.AnyTagClassName
{
color: #B18590;
}
</style>
background-color css
<style>
a { background-color: #B18590; }
a { background-color: rgb(177,133,144); }
div.DivClassName
{
background-color: #B18590;
}
.BgClassName
{
background-color: #B18590;
}
</style>
border-color css
<style>
span { border-color: #B18590; }
span { border-color: rgb(177,133,144); }
td.TdClassName
{
border-color: #B18590;
}
.TagClassName
{
border-color: #B18590;
}
</style>