#BE6E8C

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

Shades of Tapestry #BE6E8C

Tints of Tapestry #BE6E8C

Color information

#BE6E8C (or 0xBE6E8C) is unknown color: approx Tapestry. HEX triplet: BE, 6E and 8C. RGB value is (190,110,140). Sum of RGB (Red+Green+Blue) = 190+110+140=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E8C is #419173. Grayscale: #898989. Windows color (decimal): -4297076 or 9203390. OLE color: 9203390.

HSL color Cylindrical-coordinate representation of color #BE6E8C: hue angle of 337.5º 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 #BE6E8C is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190110140-
CMYK00.420.260.25
HSL337.5º38.1%58.82%-
HSV(B)337.5º42.11%74.51%-
XYZ31.5423.9927.78-
YUV137.34129.5165.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=43.18%
G=25%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011014000.420.260.25337.538.158.82
HexBE6E8C02A1A19152263b
Octal27615621405232315224673
Binary1011111011011101000110001010101101011001101010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E8C; }

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

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

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

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

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

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

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

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