#BE6E86

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

Shades of Tapestry #BE6E86

Tints of Tapestry #BE6E86

Color information

#BE6E86 (or 0xBE6E86) is unknown color: approx Tapestry. HEX triplet: BE, 6E and 86. RGB value is (190,110,134). Sum of RGB (Red+Green+Blue) = 190+110+134=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E86 is #419179. Grayscale: #888888. Windows color (decimal): -4297082 or 8810174. OLE color: 8810174.

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

Color convert

RGB190110134-
CMYK00.420.290.25
HSL342º38.1%58.82%-
HSV(B)342º42.11%74.51%-
XYZ31.1123.8225.51-
YUV136.66126.5166.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=43.78%
G=25.35%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011013400.420.290.2534238.158.82
HexBE6E8602A1D19156263b
Octal27615620605235315264673
Binary1011111011011101000011001010101110111001101010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E86; }

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

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

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

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

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

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

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

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