#BE649B

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

Shades of Hopbush #BE649B

Tints of Hopbush #BE649B

Color information

#BE649B (or 0xBE649B) is unknown color: approx Hopbush. HEX triplet: BE, 64 and 9B. RGB value is (190,100,155). Sum of RGB (Red+Green+Blue) = 190+100+155=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE649B is #419B64. Grayscale: #858585. Windows color (decimal): -4299621 or 10183870. OLE color: 10183870.

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

Color convert

RGB190100155-
CMYK00.470.180.25
HSL323.33º40.91%56.86%-
HSV(B)323.33º47.37%74.51%-
XYZ31.7122.4333.67-
YUV133.18140.32168.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=42.70%
G=22.47%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010015500.470.180.25323.3340.9156.86
HexBE649B02F12191432939
Octal27614423305722315035171
Binary1011111011001001001101101011111001011001101000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE649B; }

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

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

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

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

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

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

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

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