#BE6496

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

Shades of Hopbush #BE6496

Tints of Hopbush #BE6496

Color information

#BE6496 (or 0xBE6496) is unknown color: approx Hopbush. HEX triplet: BE, 64 and 96. RGB value is (190,100,150). Sum of RGB (Red+Green+Blue) = 190+100+150=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6496 is #419B69. Grayscale: #848484. Windows color (decimal): -4299626 or 9856190. OLE color: 9856190.

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

Color convert

RGB190100150-
CMYK00.470.210.25
HSL326.67º40.91%56.86%-
HSV(B)326.67º47.37%74.51%-
XYZ31.322.2631.5-
YUV132.61137.82168.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=43.18%
G=22.73%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010015000.470.210.25326.6740.9156.86
HexBE649602F15191472939
Octal27614422605725315075171
Binary1011111011001001001011001011111010111001101000111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6496; }

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

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

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

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

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

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

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

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