#BE7387

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

Shades of Tapestry #BE7387

Tints of Tapestry #BE7387

Color information

#BE7387 (or 0xBE7387) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 87. RGB value is (190,115,135). Sum of RGB (Red+Green+Blue) = 190+115+135=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7387 is #418C78. Grayscale: #8B8B8B. Windows color (decimal): -4295801 or 8876990. OLE color: 8876990.

HSL color Cylindrical-coordinate representation of color #BE7387: hue angle of 344º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7387 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB190115135-
CMYK00.390.290.25
HSL344º36.59%59.8%-
HSV(B)344º39.47%74.51%-
XYZ31.7424.9626.07-
YUV139.7125.35163.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=43.18%
G=26.14%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011513500.390.290.2534436.5959.8
HexBE73870271D19158253c
Octal27616320704735315304574
Binary1011111011100111000011101001111110111001101011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7387; }

 p { color: rgb(190,115,135); }

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

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

 a { background-color: rgb(190,115,135); }

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

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

 span { border-color: rgb(190,115,135); }

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