#BE6A7F

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

Shades of Tapestry #BE6A7F

Tints of Tapestry #BE6A7F

Color information

#BE6A7F (or 0xBE6A7F) is unknown color: approx Tapestry. HEX triplet: BE, 6A and 7F. RGB value is (190,106,127). Sum of RGB (Red+Green+Blue) = 190+106+127=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A7F is #419580. Grayscale: #858585. Windows color (decimal): -4298113 or 8350398. OLE color: 8350398.

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

Color convert

RGB190106127-
CMYK00.440.330.25
HSL345º39.25%58.04%-
HSV(B)345º44.21%74.51%-
XYZ30.2222.7922.88-
YUV133.51124.33168.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 127 (50% from 255) = 30.02%
R=44.92%
G=25.06%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010612700.440.330.2534539.2558.04
HexBE6A7F02C2119159273a
Octal27615217705441315314772
Binary1011111011010101111111010110010000111001101011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A7F; }

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

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

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

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

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

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

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

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