#BE6B7C

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

Shades of Tapestry #BE6B7C

Tints of Tapestry #BE6B7C

Color information

#BE6B7C (or 0xBE6B7C) is unknown color: approx Tapestry. HEX triplet: BE, 6B and 7C. RGB value is (190,107,124). Sum of RGB (Red+Green+Blue) = 190+107+124=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B7C is #419483. Grayscale: #858585. Windows color (decimal): -4297860 or 8154046. OLE color: 8154046.

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

Color convert

RGB190107124-
CMYK00.440.350.25
HSL347.71º38.97%58.24%-
HSV(B)347.71º43.68%74.51%-
XYZ30.1322.9221.9-
YUV133.76122.5168.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=45.13%
G=25.42%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010712400.440.350.25347.7138.9758.24
HexBE6B7C02C231915c273a
Octal27615317405443315344772
Binary1011111011010111111100010110010001111001101011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B7C; }

 p { color: rgb(190,107,124); }

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

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

 a { background-color: rgb(190,107,124); }

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

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

 span { border-color: rgb(190,107,124); }

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