Shades of Tapestry #B18292
Tints of Tapestry #B18292
RGB
CMYK
RGB Variations
Color information
#B18292 (or 0xB18292) is known color: Tapestry. HEX triplet: B1, 82 and 92. RGB value is (177,130,146). Sum of RGB (Red+Green+Blue) = 177+130+146=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B18292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18292 is #4E7D6D. Grayscale: #919191. Windows color (decimal): -5143918 or 9601713. OLE color: 9601713.
HSL color Cylindrical-coordinate representation of color #B18292: hue angle of 339.57º 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 #B18292 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 146 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.31 |
| HSL | 339.57º | 0.23% | 0.6% | - |
| HSV(B) | 339.57º | 0.27% | 0.69% | - |
| XYZ | 31.3 | 27.39 | 30.83 | - |
| YUV | 145.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 146 | 0 | 0.27 | 0.18 | 0.31 | 339.57 | 0.23 | 0.6 |
| Hex | B1 | 82 | 92 | 0 | 1B | 12 | 1F | 154 | 17 | 3C |
| Octal | 261 | 202 | 222 | 0 | 33 | 22 | 37 | 524 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10010010 | 0 | 11011 | 10010 | 11111 | 101010100 | 10111 | 111100 |
Color Harmonies of #B18292
Complementary color
Monochromatic Colors of #B18292
Black with #B18292
Text Example
Text Example
White with #B18292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18292; }
p { color: rgb(177,130,146); }
H1.HeaderClassName
{
color: #B18292;
}
.AnyTagClassName
{
color: #B18292;
}
</style>
background-color css
<style>
a { background-color: #B18292; }
a { background-color: rgb(177,130,146); }
div.DivClassName
{
background-color: #B18292;
}
.BgClassName
{
background-color: #B18292;
}
</style>
border-color css
<style>
span { border-color: #B18292; }
span { border-color: rgb(177,130,146); }
td.TdClassName
{
border-color: #B18292;
}
.TagClassName
{
border-color: #B18292;
}
</style>