Shades of Tapestry #B47385
Tints of Tapestry #B47385
RGB
CMYK
RGB Variations
Color information
#B47385 (or 0xB47385) is known color: Tapestry. HEX triplet: B4, 73 and 85. RGB value is (180,115,133). Sum of RGB (Red+Green+Blue) = 180+115+133=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B47385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47385 is #4B8C7A. Grayscale: #888888. Windows color (decimal): -4951163 or 8745908. OLE color: 8745908.
HSL color Cylindrical-coordinate representation of color #B47385: hue angle of 343.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47385 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 133 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.29 |
| HSL | 343.38º | 0.3% | 0.58% | - |
| HSV(B) | 343.38º | 0.36% | 0.71% | - |
| XYZ | 29.19 | 23.66 | 25.22 | - |
| YUV | 136.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 133 | 0 | 0.36 | 0.26 | 0.29 | 343.38 | 0.3 | 0.58 |
| Hex | B4 | 73 | 85 | 0 | 24 | 1A | 1D | 157 | 1E | 3A |
| Octal | 264 | 163 | 205 | 0 | 44 | 32 | 35 | 527 | 36 | 72 |
| Binary | 10110100 | 1110011 | 10000101 | 0 | 100100 | 11010 | 11101 | 101010111 | 11110 | 111010 |
Color Harmonies of #B47385
Complementary color
Monochromatic Colors of #B47385
Black with #B47385
Text Example
Text Example
White with #B47385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47385; }
p { color: rgb(180,115,133); }
H1.HeaderClassName
{
color: #B47385;
}
.AnyTagClassName
{
color: #B47385;
}
</style>
background-color css
<style>
a { background-color: #B47385; }
a { background-color: rgb(180,115,133); }
div.DivClassName
{
background-color: #B47385;
}
.BgClassName
{
background-color: #B47385;
}
</style>
border-color css
<style>
span { border-color: #B47385; }
span { border-color: rgb(180,115,133); }
td.TdClassName
{
border-color: #B47385;
}
.TagClassName
{
border-color: #B47385;
}
</style>