#BE7E82

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

Shades of Tapestry #BE7E82

Tints of Tapestry #BE7E82

Color information

#BE7E82 (or 0xBE7E82) is unknown color: approx Tapestry. HEX triplet: BE, 7E and 82. RGB value is (190,126,130). Sum of RGB (Red+Green+Blue) = 190+126+130=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E82 is #41817D. Grayscale: #919191. Windows color (decimal): -4292990 or 8552126. OLE color: 8552126.

HSL color Cylindrical-coordinate representation of color #BE7E82: hue angle of 356.25º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7E82 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB190126130-
CMYK00.340.320.25
HSL356.25º32.99%61.96%-
HSV(B)356.25º33.68%74.51%-
XYZ32.7327.4824.7-
YUV145.59119.2159.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=42.60%
G=28.25%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012613000.340.320.25356.2532.9961.96
HexBE7E820222019164213e
Octal27617620204240315444176
Binary10111110111111010000010010001010000011001101100100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E82; }

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

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

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

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

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

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

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

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