#BE6C80

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

Shades of Tapestry #BE6C80

Tints of Tapestry #BE6C80

Color information

#BE6C80 (or 0xBE6C80) is unknown color: approx Tapestry. HEX triplet: BE, 6C and 80. RGB value is (190,108,128). Sum of RGB (Red+Green+Blue) = 190+108+128=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6C80 is #41937F. Grayscale: #868686. Windows color (decimal): -4297600 or 8416446. OLE color: 8416446.

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

Color convert

RGB190108128-
CMYK00.430.330.25
HSL345.37º38.68%58.43%-
HSV(B)345.37º43.16%74.51%-
XYZ30.4923.2323.3-
YUV134.8124.17167.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=44.60%
G=25.35%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010812800.430.330.25345.3738.6858.43
HexBE6C8002B2119159273a
Octal27615420005341315314772
Binary10111110110110010000000010101110000111001101011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C80; }

 p { color: rgb(190,108,128); }

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

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

 a { background-color: rgb(190,108,128); }

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

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

 span { border-color: rgb(190,108,128); }

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