#B47993

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

Shades of Tapestry #B47993

Tints of Tapestry #B47993

Color information

#B47993 (or 0xB47993) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 93. RGB value is (180,121,147). Sum of RGB (Red+Green+Blue) = 180+121+147=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B47993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47993 is #4B866C. Grayscale: #8D8D8D. Windows color (decimal): -4949613 or 9664948. OLE color: 9664948.

HSL color Cylindrical-coordinate representation of color #B47993: hue angle of 333.56º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B47993 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180121147-
CMYK00.330.180.29
HSL333.56º28.23%59.02%-
HSV(B)333.56º32.78%70.59%-
XYZ30.9325.4830.89-
YUV141.61131.05155.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=40.18%
G=27.01%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012114700.330.180.29333.5628.2359.02
HexB47993021121D14e1c3b
Octal26417122304122355163473
Binary101101001111001100100110100001100101110110100111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47993; }

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

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

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

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

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

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

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

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