#BE7781

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

Shades of Tapestry #BE7781

Tints of Tapestry #BE7781

Color information

#BE7781 (or 0xBE7781) is unknown color: approx Tapestry. HEX triplet: BE, 77 and 81. RGB value is (190,119,129). Sum of RGB (Red+Green+Blue) = 190+119+129=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7781 is #41887E. Grayscale: #8D8D8D. Windows color (decimal): -4294783 or 8484798. OLE color: 8484798.

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

Color convert

RGB190119129-
CMYK00.370.320.25
HSL351.55º35.32%60.59%-
HSV(B)351.55º37.37%74.51%-
XYZ31.7925.7324.06-
YUV141.37121.02162.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=43.38%
G=27.17%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011912900.370.320.25351.5535.3260.59
HexBE77810252019160233d
Octal27616720104540315404375
Binary10111110111011110000001010010110000011001101100000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7781; }

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

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

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

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

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

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

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

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