Shades of Tapestry #B47081
Tints of Tapestry #B47081
RGB
CMYK
RGB Variations
Color information
#B47081 (or 0xB47081) is known color: Tapestry. HEX triplet: B4, 70 and 81. RGB value is (180,112,129). Sum of RGB (Red+Green+Blue) = 180+112+129=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B47081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47081 is #4B8F7E. Grayscale: #868686. Windows color (decimal): -4951935 or 8482996. OLE color: 8482996.
HSL color Cylindrical-coordinate representation of color #B47081: hue angle of 345º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47081 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 129 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.29 |
| HSL | 345º | 0.31% | 0.57% | - |
| HSV(B) | 345º | 0.38% | 0.71% | - |
| XYZ | 28.58 | 22.88 | 23.68 | - |
| YUV | 134.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 129 | 0 | 0.38 | 0.28 | 0.29 | 345 | 0.31 | 0.57 |
| Hex | B4 | 70 | 81 | 0 | 26 | 1C | 1D | 159 | 1F | 39 |
| Octal | 264 | 160 | 201 | 0 | 46 | 34 | 35 | 531 | 37 | 71 |
| Binary | 10110100 | 1110000 | 10000001 | 0 | 100110 | 11100 | 11101 | 101011001 | 11111 | 111001 |
Color Harmonies of #B47081
Complementary color
Monochromatic Colors of #B47081
Black with #B47081
Text Example
Text Example
White with #B47081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47081; }
p { color: rgb(180,112,129); }
H1.HeaderClassName
{
color: #B47081;
}
.AnyTagClassName
{
color: #B47081;
}
</style>
background-color css
<style>
a { background-color: #B47081; }
a { background-color: rgb(180,112,129); }
div.DivClassName
{
background-color: #B47081;
}
.BgClassName
{
background-color: #B47081;
}
</style>
border-color css
<style>
span { border-color: #B47081; }
span { border-color: rgb(180,112,129); }
td.TdClassName
{
border-color: #B47081;
}
.TagClassName
{
border-color: #B47081;
}
</style>