#BE7A82

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

Shades of Tapestry #BE7A82

Tints of Tapestry #BE7A82

Color information

#BE7A82 (or 0xBE7A82) is unknown color: approx Tapestry. HEX triplet: BE, 7A and 82. RGB value is (190,122,130). Sum of RGB (Red+Green+Blue) = 190+122+130=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A82 is #41857D. Grayscale: #8F8F8F. Windows color (decimal): -4294014 or 8551102. OLE color: 8551102.

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

Color convert

RGB190122130-
CMYK00.360.320.25
HSL352.94º34.34%61.18%-
HSV(B)352.94º35.79%74.51%-
XYZ32.2226.4824.53-
YUV143.24120.53161.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=42.99%
G=27.60%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012213000.360.320.25352.9434.3461.18
HexBE7A820242019161223d
Octal27617220204440315414275
Binary10111110111101010000010010010010000011001101100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A82; }

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

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

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

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

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

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

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

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