#BE6E78

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

Shades of Tapestry #BE6E78

Tints of Tapestry #BE6E78

Color information

#BE6E78 (or 0xBE6E78) is unknown color: approx Tapestry. HEX triplet: BE, 6E and 78. RGB value is (190,110,120). Sum of RGB (Red+Green+Blue) = 190+110+120=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E78 is #419187. Grayscale: #878787. Windows color (decimal): -4297096 or 7892670. OLE color: 7892670.

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

Color convert

RGB190110120-
CMYK00.420.370.25
HSL352.5º38.1%58.82%-
HSV(B)352.5º42.11%74.51%-
XYZ30.223.4620.7-
YUV135.06119.5167.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=45.24%
G=26.19%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011012000.420.370.25352.538.158.82
HexBE6E7802A2519160263b
Octal27615617005245315404673
Binary1011111011011101111000010101010010111001101100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E78; }

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

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

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

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

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

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

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

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