#BE778F

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

Shades of Tapestry #BE778F

Tints of Tapestry #BE778F

Color information

#BE778F (or 0xBE778F) is unknown color: approx Tapestry. HEX triplet: BE, 77 and 8F. RGB value is (190,119,143). Sum of RGB (Red+Green+Blue) = 190+119+143=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE778F is #418870. Grayscale: #8E8E8E. Windows color (decimal): -4294769 or 9402302. OLE color: 9402302.

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

Color convert

RGB190119143-
CMYK00.370.250.25
HSL339.72º35.32%60.59%-
HSV(B)339.72º37.37%74.51%-
XYZ32.7926.1229.3-
YUV142.96128.02161.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=42.04%
G=26.33%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011914300.370.250.25339.7235.3260.59
HexBE778F0251919154233d
Octal27616721704531315244375
Binary1011111011101111000111101001011100111001101010100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE778F; }

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

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

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

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

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

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

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

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