Shades of Tapestry #B18390
Tints of Tapestry #B18390
RGB
CMYK
RGB Variations
Color information
#B18390 (or 0xB18390) is known color: Tapestry. HEX triplet: B1, 83 and 90. RGB value is (177,131,144). Sum of RGB (Red+Green+Blue) = 177+131+144=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B18390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18390 is #4E7C6F. Grayscale: #929292. Windows color (decimal): -5143664 or 9470897. OLE color: 9470897.
HSL color Cylindrical-coordinate representation of color #B18390: hue angle of 343.04º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B18390 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 144 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.31 |
| HSL | 343.04º | 0.23% | 0.6% | - |
| HSV(B) | 343.04º | 0.26% | 0.69% | - |
| XYZ | 31.28 | 27.59 | 30.06 | - |
| YUV | 146.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 144 | 0 | 0.26 | 0.19 | 0.31 | 343.04 | 0.23 | 0.6 |
| Hex | B1 | 83 | 90 | 0 | 1A | 13 | 1F | 157 | 17 | 3C |
| Octal | 261 | 203 | 220 | 0 | 32 | 23 | 37 | 527 | 27 | 74 |
| Binary | 10110001 | 10000011 | 10010000 | 0 | 11010 | 10011 | 11111 | 101010111 | 10111 | 111100 |
Color Harmonies of #B18390
Complementary color
Monochromatic Colors of #B18390
Black with #B18390
Text Example
Text Example
White with #B18390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18390; }
p { color: rgb(177,131,144); }
H1.HeaderClassName
{
color: #B18390;
}
.AnyTagClassName
{
color: #B18390;
}
</style>
background-color css
<style>
a { background-color: #B18390; }
a { background-color: rgb(177,131,144); }
div.DivClassName
{
background-color: #B18390;
}
.BgClassName
{
background-color: #B18390;
}
</style>
border-color css
<style>
span { border-color: #B18390; }
span { border-color: rgb(177,131,144); }
td.TdClassName
{
border-color: #B18390;
}
.TagClassName
{
border-color: #B18390;
}
</style>