Shades of Tapestry #B47281
Tints of Tapestry #B47281
RGB
CMYK
RGB Variations
Color information
#B47281 (or 0xB47281) is known color: Tapestry. HEX triplet: B4, 72 and 81. RGB value is (180,114,129). Sum of RGB (Red+Green+Blue) = 180+114+129=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B47281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47281 is #4B8D7E. Grayscale: #878787. Windows color (decimal): -4951423 or 8483508. OLE color: 8483508.
HSL color Cylindrical-coordinate representation of color #B47281: hue angle of 346.36º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47281 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 129 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.29 |
| HSL | 346.36º | 0.31% | 0.58% | - |
| HSV(B) | 346.36º | 0.37% | 0.71% | - |
| XYZ | 28.8 | 23.32 | 23.75 | - |
| YUV | 135.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 129 | 0 | 0.37 | 0.28 | 0.29 | 346.36 | 0.31 | 0.58 |
| Hex | B4 | 72 | 81 | 0 | 25 | 1C | 1D | 15A | 1F | 3A |
| Octal | 264 | 162 | 201 | 0 | 45 | 34 | 35 | 532 | 37 | 72 |
| Binary | 10110100 | 1110010 | 10000001 | 0 | 100101 | 11100 | 11101 | 101011010 | 11111 | 111010 |
Color Harmonies of #B47281
Complementary color
Monochromatic Colors of #B47281
Black with #B47281
Text Example
Text Example
White with #B47281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47281; }
p { color: rgb(180,114,129); }
H1.HeaderClassName
{
color: #B47281;
}
.AnyTagClassName
{
color: #B47281;
}
</style>
background-color css
<style>
a { background-color: #B47281; }
a { background-color: rgb(180,114,129); }
div.DivClassName
{
background-color: #B47281;
}
.BgClassName
{
background-color: #B47281;
}
</style>
border-color css
<style>
span { border-color: #B47281; }
span { border-color: rgb(180,114,129); }
td.TdClassName
{
border-color: #B47281;
}
.TagClassName
{
border-color: #B47281;
}
</style>