#BE6D7A

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

Shades of Tapestry #BE6D7A

Tints of Tapestry #BE6D7A

Color information

#BE6D7A (or 0xBE6D7A) is unknown color: approx Tapestry. HEX triplet: BE, 6D and 7A. RGB value is (190,109,122). Sum of RGB (Red+Green+Blue) = 190+109+122=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D7A is #419285. Grayscale: #868686. Windows color (decimal): -4297350 or 8023486. OLE color: 8023486.

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

Color convert

RGB190109122-
CMYK00.430.360.25
HSL350.37º38.39%58.63%-
HSV(B)350.37º42.63%74.51%-
XYZ30.2223.2921.32-
YUV134.7120.84167.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=45.13%
G=25.89%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010912200.430.360.25350.3738.3958.63
HexBE6D7A02B241915e263b
Octal27615517205344315364673
Binary1011111011011011111010010101110010011001101011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D7A; }

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

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

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

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

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

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

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

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