#BE777A

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

Shades of Tapestry #BE777A

Tints of Tapestry #BE777A

Color information

#BE777A (or 0xBE777A) is unknown color: approx Tapestry. HEX triplet: BE, 77 and 7A. RGB value is (190,119,122). Sum of RGB (Red+Green+Blue) = 190+119+122=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE777A is #418885. Grayscale: #8C8C8C. Windows color (decimal): -4294790 or 8026046. OLE color: 8026046.

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

Color convert

RGB190119122-
CMYK00.370.360.25
HSL357.46º35.32%60.59%-
HSV(B)357.46º37.37%74.51%-
XYZ31.3425.5521.69-
YUV140.57117.52163.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=44.08%
G=27.61%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011912200.370.360.25357.4635.3260.59
HexBE777A0252419165233d
Octal27616717204544315454375
Binary1011111011101111111010010010110010011001101100101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE777A; }

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

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

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

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

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

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

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

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