#B47C83

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

Shades of Tapestry #B47C83

Tints of Tapestry #B47C83

Color information

#B47C83 (or 0xB47C83) is unknown color: approx Tapestry. HEX triplet: B4, 7C and 83. RGB value is (180,124,131). Sum of RGB (Red+Green+Blue) = 180+124+131=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C83 is #4B837C. Grayscale: #8D8D8D. Windows color (decimal): -4948861 or 8617140. OLE color: 8617140.

HSL color Cylindrical-coordinate representation of color #B47C83: hue angle of 352.5º 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 #B47C83 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB180124131-
CMYK00.310.270.29
HSL352.5º27.18%59.61%-
HSV(B)352.5º31.11%70.59%-
XYZ30.1325.7624.86-
YUV141.54122.05155.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 131 (51.56% from 255) = 30.11%
R=41.38%
G=28.51%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012413100.310.270.29352.527.1859.61
HexB47C8301F1B1D1601b3c
Octal26417420303733355403374
Binary10110100111110010000011011111110111110110110000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C83; }

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

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

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

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

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

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

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

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