#B47C93

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

Shades of Tapestry #B47C93

Tints of Tapestry #B47C93

Color information

#B47C93 (or 0xB47C93) is unknown color: approx Tapestry. HEX triplet: B4, 7C and 93. RGB value is (180,124,147). Sum of RGB (Red+Green+Blue) = 180+124+147=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C93 is #4B836C. Grayscale: #8F8F8F. Windows color (decimal): -4948845 or 9665716. OLE color: 9665716.

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

Color convert

RGB180124147-
CMYK00.310.180.29
HSL335.36º27.18%59.61%-
HSV(B)335.36º31.11%70.59%-
XYZ31.326.2331.02-
YUV143.37130.05154.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=39.91%
G=27.49%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012414700.310.180.29335.3627.1859.61
HexB47C9301F121D14f1b3c
Octal26417422303722355173374
Binary10110100111110010010011011111100101110110100111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C93; }

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

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

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

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

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

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

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

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