#BE6E84

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

Shades of Tapestry #BE6E84

Tints of Tapestry #BE6E84

Color information

#BE6E84 (or 0xBE6E84) is unknown color: approx Tapestry. HEX triplet: BE, 6E and 84. RGB value is (190,110,132). Sum of RGB (Red+Green+Blue) = 190+110+132=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E84 is #41917B. Grayscale: #888888. Windows color (decimal): -4297084 or 8679102. OLE color: 8679102.

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

Color convert

RGB190110132-
CMYK00.420.310.25
HSL343.5º38.1%58.82%-
HSV(B)343.5º42.11%74.51%-
XYZ30.9823.7624.78-
YUV136.43125.5166.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=43.98%
G=25.46%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011013200.420.310.25343.538.158.82
HexBE6E8402A1F19158263b
Octal27615620405237315304673
Binary1011111011011101000010001010101111111001101011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E84; }

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

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

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

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

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

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

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

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