#BE6490

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

Shades of Hopbush #BE6490

Tints of Hopbush #BE6490

Color information

#BE6490 (or 0xBE6490) is unknown color: approx Hopbush. HEX triplet: BE, 64 and 90. RGB value is (190,100,144). Sum of RGB (Red+Green+Blue) = 190+100+144=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6490 is #419B6F. Grayscale: #838383. Windows color (decimal): -4299632 or 9462974. OLE color: 9462974.

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

Color convert

RGB190100144-
CMYK00.470.240.25
HSL330.67º40.91%56.86%-
HSV(B)330.67º47.37%74.51%-
XYZ30.8322.0829.02-
YUV131.93134.82169.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=43.78%
G=23.04%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010014400.470.240.25330.6740.9156.86
HexBE649002F181914b2939
Octal27614422005730315135171
Binary1011111011001001001000001011111100011001101001011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6490; }

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

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

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

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

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

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

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

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