#BE7A8E

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

Shades of Tapestry #BE7A8E

Tints of Tapestry #BE7A8E

Color information

#BE7A8E (or 0xBE7A8E) is unknown color: approx Tapestry. HEX triplet: BE, 7A and 8E. RGB value is (190,122,142). Sum of RGB (Red+Green+Blue) = 190+122+142=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A8E is #418571. Grayscale: #909090. Windows color (decimal): -4294002 or 9337534. OLE color: 9337534.

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

Color convert

RGB190122142-
CMYK00.360.250.25
HSL342.35º34.34%61.18%-
HSV(B)342.35º35.79%74.51%-
XYZ33.0826.8229.02-
YUV144.61126.53160.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=41.85%
G=26.87%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012214200.360.250.25342.3534.3461.18
HexBE7A8E0241919156223d
Octal27617221604431315264275
Binary1011111011110101000111001001001100111001101010110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A8E; }

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

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

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

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

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

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

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

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