#BE6A7E

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

Shades of Tapestry #BE6A7E

Tints of Tapestry #BE6A7E

Color information

#BE6A7E (or 0xBE6A7E) is unknown color: approx Tapestry. HEX triplet: BE, 6A and 7E. RGB value is (190,106,126). Sum of RGB (Red+Green+Blue) = 190+106+126=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A7E is #419581. Grayscale: #858585. Windows color (decimal): -4298114 or 8284862. OLE color: 8284862.

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

Color convert

RGB190106126-
CMYK00.440.340.25
HSL345.71º39.25%58.04%-
HSV(B)345.71º44.21%74.51%-
XYZ30.1622.7622.54-
YUV133.4123.83168.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=45.02%
G=25.12%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010612600.440.340.25345.7139.2558.04
HexBE6A7E02C221915a273a
Octal27615217605442315324772
Binary1011111011010101111110010110010001011001101011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A7E; }

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

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

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

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

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

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

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

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