Shades of Tapestry #B1838B
Tints of Tapestry #B1838B
RGB
CMYK
RGB Variations
Color information
#B1838B (or 0xB1838B) is known color: Tapestry. HEX triplet: B1, 83 and 8B. RGB value is (177,131,139). Sum of RGB (Red+Green+Blue) = 177+131+139=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1838B is #4E7C74. Grayscale: #919191. Windows color (decimal): -5143669 or 9143217. OLE color: 9143217.
HSL color Cylindrical-coordinate representation of color #B1838B: hue angle of 349.57º 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 #B1838B is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 139 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.31 |
| HSL | 349.57º | 0.23% | 0.6% | - |
| HSV(B) | 349.57º | 0.26% | 0.69% | - |
| XYZ | 30.91 | 27.44 | 28.09 | - |
| YUV | 145.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 139 | 0 | 0.26 | 0.21 | 0.31 | 349.57 | 0.23 | 0.6 |
| Hex | B1 | 83 | 8B | 0 | 1A | 15 | 1F | 15E | 17 | 3C |
| Octal | 261 | 203 | 213 | 0 | 32 | 25 | 37 | 536 | 27 | 74 |
| Binary | 10110001 | 10000011 | 10001011 | 0 | 11010 | 10101 | 11111 | 101011110 | 10111 | 111100 |
Color Harmonies of #B1838B
Complementary color
Monochromatic Colors of #B1838B
Black with #B1838B
Text Example
Text Example
White with #B1838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1838B; }
p { color: rgb(177,131,139); }
H1.HeaderClassName
{
color: #B1838B;
}
.AnyTagClassName
{
color: #B1838B;
}
</style>
background-color css
<style>
a { background-color: #B1838B; }
a { background-color: rgb(177,131,139); }
div.DivClassName
{
background-color: #B1838B;
}
.BgClassName
{
background-color: #B1838B;
}
</style>
border-color css
<style>
span { border-color: #B1838B; }
span { border-color: rgb(177,131,139); }
td.TdClassName
{
border-color: #B1838B;
}
.TagClassName
{
border-color: #B1838B;
}
</style>