#BE64A3

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

Shades of Hopbush #BE64A3

Tints of Hopbush #BE64A3

Color information

#BE64A3 (or 0xBE64A3) is unknown color: approx Hopbush. HEX triplet: BE, 64 and A3. RGB value is (190,100,163). Sum of RGB (Red+Green+Blue) = 190+100+163=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64A3 is #419B5C. Grayscale: #858585. Windows color (decimal): -4299613 or 10708158. OLE color: 10708158.

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

Color convert

RGB190100163-
CMYK00.470.140.25
HSL318º40.91%56.86%-
HSV(B)318º47.37%74.51%-
XYZ32.422.7137.33-
YUV134.09144.32167.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=41.94%
G=22.08%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010016300.470.140.2531840.9156.86
HexBE64A302FE1913e2939
Octal27614424305716314765171
Binary101111101100100101000110101111111011001100111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64A3; }

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

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

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

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

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

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

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

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