Shades of Tapestry #B18392
Tints of Tapestry #B18392
RGB
CMYK
RGB Variations
Color information
#B18392 (or 0xB18392) is known color: Tapestry. HEX triplet: B1, 83 and 92. RGB value is (177,131,146). Sum of RGB (Red+Green+Blue) = 177+131+146=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B18392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18392 is #4E7C6D. Grayscale: #929292. Windows color (decimal): -5143662 or 9601969. OLE color: 9601969.
HSL color Cylindrical-coordinate representation of color #B18392: hue angle of 340.43º 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 #B18392 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 146 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.31 |
| HSL | 340.43º | 0.23% | 0.6% | - |
| HSV(B) | 340.43º | 0.26% | 0.69% | - |
| XYZ | 31.44 | 27.66 | 30.88 | - |
| YUV | 146.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 146 | 0 | 0.26 | 0.18 | 0.31 | 340.43 | 0.23 | 0.6 |
| Hex | B1 | 83 | 92 | 0 | 1A | 12 | 1F | 154 | 17 | 3C |
| Octal | 261 | 203 | 222 | 0 | 32 | 22 | 37 | 524 | 27 | 74 |
| Binary | 10110001 | 10000011 | 10010010 | 0 | 11010 | 10010 | 11111 | 101010100 | 10111 | 111100 |
Color Harmonies of #B18392
Complementary color
Monochromatic Colors of #B18392
Black with #B18392
Text Example
Text Example
White with #B18392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18392; }
p { color: rgb(177,131,146); }
H1.HeaderClassName
{
color: #B18392;
}
.AnyTagClassName
{
color: #B18392;
}
</style>
background-color css
<style>
a { background-color: #B18392; }
a { background-color: rgb(177,131,146); }
div.DivClassName
{
background-color: #B18392;
}
.BgClassName
{
background-color: #B18392;
}
</style>
border-color css
<style>
span { border-color: #B18392; }
span { border-color: rgb(177,131,146); }
td.TdClassName
{
border-color: #B18392;
}
.TagClassName
{
border-color: #B18392;
}
</style>