#BE778D

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

Shades of Tapestry #BE778D

Tints of Tapestry #BE778D

Color information

#BE778D (or 0xBE778D) is unknown color: approx Tapestry. HEX triplet: BE, 77 and 8D. RGB value is (190,119,141). Sum of RGB (Red+Green+Blue) = 190+119+141=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE778D is #418872. Grayscale: #8E8E8E. Windows color (decimal): -4294771 or 9271230. OLE color: 9271230.

HSL color Cylindrical-coordinate representation of color #BE778D: hue angle of 341.41º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE778D is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190119141-
CMYK00.370.260.25
HSL341.41º35.32%60.59%-
HSV(B)341.41º37.37%74.51%-
XYZ32.6426.0628.51-
YUV142.74127.02161.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=42.22%
G=26.44%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011914100.370.260.25341.4135.3260.59
HexBE778D0251A19155233d
Octal27616721504532315254375
Binary1011111011101111000110101001011101011001101010101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE778D; }

 p { color: rgb(190,119,141); }

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

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

 a { background-color: rgb(190,119,141); }

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

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

 span { border-color: rgb(190,119,141); }

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