#BE7986

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

Shades of Tapestry #BE7986

Tints of Tapestry #BE7986

Color information

#BE7986 (or 0xBE7986) is unknown color: approx Tapestry. HEX triplet: BE, 79 and 86. RGB value is (190,121,134). Sum of RGB (Red+Green+Blue) = 190+121+134=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7986 is #418679. Grayscale: #8F8F8F. Windows color (decimal): -4294266 or 8812990. OLE color: 8812990.

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

Color convert

RGB190121134-
CMYK00.360.290.25
HSL348.7º34.67%60.98%-
HSV(B)348.7º36.32%74.51%-
XYZ32.3826.3425.93-
YUV143.11122.86161.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=42.70%
G=27.19%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012113400.360.290.25348.734.6760.98
HexBE79860241D1915d233d
Octal27617120604435315354375
Binary1011111011110011000011001001001110111001101011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7986; }

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

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

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

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

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

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

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

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