#BE6E8A

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

Shades of Tapestry #BE6E8A

Tints of Tapestry #BE6E8A

Color information

#BE6E8A (or 0xBE6E8A) is unknown color: approx Tapestry. HEX triplet: BE, 6E and 8A. RGB value is (190,110,138). Sum of RGB (Red+Green+Blue) = 190+110+138=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E8A is #419175. Grayscale: #898989. Windows color (decimal): -4297078 or 9072318. OLE color: 9072318.

HSL color Cylindrical-coordinate representation of color #BE6E8A: hue angle of 339º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6E8A is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB190110138-
CMYK00.420.270.25
HSL339º38.1%58.82%-
HSV(B)339º42.11%74.51%-
XYZ31.423.9327.01-
YUV137.11128.5165.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=43.38%
G=25.11%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011013800.420.270.2533938.158.82
HexBE6E8A02A1B19153263b
Octal27615621205233315234673
Binary1011111011011101000101001010101101111001101010011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E8A; }

 p { color: rgb(190,110,138); }

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

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

 a { background-color: rgb(190,110,138); }

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

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

 span { border-color: rgb(190,110,138); }

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