#BE798E

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

Shades of Tapestry #BE798E

Tints of Tapestry #BE798E

Color information

#BE798E (or 0xBE798E) is unknown color: approx Tapestry. HEX triplet: BE, 79 and 8E. RGB value is (190,121,142). Sum of RGB (Red+Green+Blue) = 190+121+142=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE798E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE798E is #418671. Grayscale: #909090. Windows color (decimal): -4294258 or 9337278. OLE color: 9337278.

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

Color convert

RGB190121142-
CMYK00.360.250.25
HSL341.74º34.67%60.98%-
HSV(B)341.74º36.32%74.51%-
XYZ32.9626.5728.98-
YUV144.02126.86160.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=41.94%
G=26.71%
B=31.35%

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
Decimal19012114200.360.250.25341.7434.6760.98
HexBE798E0241919156233d
Octal27617121604431315264375
Binary1011111011110011000111001001001100111001101010110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE798E; }

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

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

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

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

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

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

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

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