Shades of Tapestry #B18289
Tints of Tapestry #B18289
RGB
CMYK
RGB Variations
Color information
#B18289 (or 0xB18289) is known color: Tapestry. HEX triplet: B1, 82 and 89. RGB value is (177,130,137). Sum of RGB (Red+Green+Blue) = 177+130+137=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B18289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18289 is #4E7D76. Grayscale: #909090. Windows color (decimal): -5143927 or 9011889. OLE color: 9011889.
HSL color Cylindrical-coordinate representation of color #B18289: hue angle of 351.06º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B18289 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 137 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.31 |
| HSL | 351.06º | 0.23% | 0.6% | - |
| HSV(B) | 351.06º | 0.27% | 0.69% | - |
| XYZ | 30.63 | 27.12 | 27.29 | - |
| YUV | 144.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 137 | 0 | 0.27 | 0.23 | 0.31 | 351.06 | 0.23 | 0.6 |
| Hex | B1 | 82 | 89 | 0 | 1B | 17 | 1F | 15F | 17 | 3C |
| Octal | 261 | 202 | 211 | 0 | 33 | 27 | 37 | 537 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10001001 | 0 | 11011 | 10111 | 11111 | 101011111 | 10111 | 111100 |
Color Harmonies of #B18289
Complementary color
Monochromatic Colors of #B18289
Black with #B18289
Text Example
Text Example
White with #B18289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18289; }
p { color: rgb(177,130,137); }
H1.HeaderClassName
{
color: #B18289;
}
.AnyTagClassName
{
color: #B18289;
}
</style>
background-color css
<style>
a { background-color: #B18289; }
a { background-color: rgb(177,130,137); }
div.DivClassName
{
background-color: #B18289;
}
.BgClassName
{
background-color: #B18289;
}
</style>
border-color css
<style>
span { border-color: #B18289; }
span { border-color: rgb(177,130,137); }
td.TdClassName
{
border-color: #B18289;
}
.TagClassName
{
border-color: #B18289;
}
</style>