#BE7F86

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

Shades of Tapestry #BE7F86

Tints of Tapestry #BE7F86

Color information

#BE7F86 (or 0xBE7F86) is unknown color: approx Tapestry. HEX triplet: BE, 7F and 86. RGB value is (190,127,134). Sum of RGB (Red+Green+Blue) = 190+127+134=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F86 is #418079. Grayscale: #929292. Windows color (decimal): -4292730 or 8814526. OLE color: 8814526.

HSL color Cylindrical-coordinate representation of color #BE7F86: hue angle of 353.33º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE7F86 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB190127134-
CMYK00.330.290.25
HSL353.33º32.64%62.16%-
HSV(B)353.33º33.16%74.51%-
XYZ33.1327.8526.18-
YUV146.64120.87158.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 134 (52.73% from 255) = 29.71%
R=42.13%
G=28.16%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012713400.330.290.25353.3332.6462.16
HexBE7F860211D19161213e
Octal27617720604135315414176
Binary1011111011111111000011001000011110111001101100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F86; }

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

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

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

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

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

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

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

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