#B47C8B

Color #B47C8B Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B47C8B

Tints of Tapestry #B47C8B

Color information

#B47C8B (or 0xB47C8B) is unknown color: approx Tapestry. HEX triplet: B4, 7C and 8B. RGB value is (180,124,139). Sum of RGB (Red+Green+Blue) = 180+124+139=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C8B is #4B8374. Grayscale: #8E8E8E. Windows color (decimal): -4948853 or 9141428. OLE color: 9141428.

HSL color Cylindrical-coordinate representation of color #B47C8B: hue angle of 343.93º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47C8B is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB180124139-
CMYK00.310.230.29
HSL343.93º27.18%59.61%-
HSV(B)343.93º31.11%70.59%-
XYZ30.6925.9827.82-
YUV142.45126.05154.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=40.63%
G=27.99%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012413900.310.230.29343.9327.1859.61
HexB47C8B01F171D1581b3c
Octal26417421303727355303374
Binary10110100111110010001011011111101111110110101100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C8B; }

 p { color: rgb(180,124,139); }

 H1.HeaderClassName
 {
   color: #B47C8B;
 }
 .AnyTagClassName
 {
   color: #B47C8B;
 }
</style>
background-color css

<style>
 a { background-color: #B47C8B; }

 a { background-color: rgb(180,124,139); }

 div.DivClassName
 {
   background-color: #B47C8B;
 }
 .BgClassName
 {
   background-color: #B47C8B;
 }
</style>
border-color css

<style>
 span { border-color: #B47C8B; }

 span { border-color: rgb(180,124,139); }

 td.TdClassName
 {
   border-color: #B47C8B;
 }
 .TagClassName
 {
   border-color: #B47C8B;
 }
</style>