#BE6480

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

Shades of Tapestry #BE6480

Tints of Tapestry #BE6480

Color information

#BE6480 (or 0xBE6480) is unknown color: approx Tapestry. HEX triplet: BE, 64 and 80. RGB value is (190,100,128). Sum of RGB (Red+Green+Blue) = 190+100+128=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6480 is #419B7F. Grayscale: #828282. Windows color (decimal): -4299648 or 8414398. OLE color: 8414398.

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

Color convert

RGB190100128-
CMYK00.470.330.25
HSL341.33º40.91%56.86%-
HSV(B)341.33º47.37%74.51%-
XYZ29.6921.6223.03-
YUV130.1126.82170.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=45.45%
G=23.92%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010012800.470.330.25341.3340.9156.86
HexBE648002F21191552939
Octal27614420005741315255171
Binary10111110110010010000000010111110000111001101010101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6480; }

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

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

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

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

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

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

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

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