#BE7782

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

Shades of Tapestry #BE7782

Tints of Tapestry #BE7782

Color information

#BE7782 (or 0xBE7782) is unknown color: approx Tapestry. HEX triplet: BE, 77 and 82. RGB value is (190,119,130). Sum of RGB (Red+Green+Blue) = 190+119+130=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7782 is #41887D. Grayscale: #8D8D8D. Windows color (decimal): -4294782 or 8550334. OLE color: 8550334.

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

Color convert

RGB190119130-
CMYK00.370.320.25
HSL350.7º35.32%60.59%-
HSV(B)350.7º37.37%74.51%-
XYZ31.8625.7524.41-
YUV141.48121.52162.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=43.28%
G=27.11%
B=29.61%

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
Decimal19011913000.370.320.25350.735.3260.59
HexBE7782025201915f233d
Octal27616720204540315374375
Binary10111110111011110000010010010110000011001101011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7782; }

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

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

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

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

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

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

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

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