#BE6E7A

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

Shades of Tapestry #BE6E7A

Tints of Tapestry #BE6E7A

Color information

#BE6E7A (or 0xBE6E7A) is unknown color: approx Tapestry. HEX triplet: BE, 6E and 7A. RGB value is (190,110,122). Sum of RGB (Red+Green+Blue) = 190+110+122=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E7A is #419185. Grayscale: #878787. Windows color (decimal): -4297094 or 8023742. OLE color: 8023742.

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

Color convert

RGB190110122-
CMYK00.420.360.25
HSL351º38.1%58.82%-
HSV(B)351º42.11%74.51%-
XYZ30.3223.521.35-
YUV135.29120.5167.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=45.02%
G=26.07%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011012200.420.360.2535138.158.82
HexBE6E7A02A241915f263b
Octal27615617205244315374673
Binary1011111011011101111010010101010010011001101011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E7A; }

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

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

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

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

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

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

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

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