#BE659C

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

Shades of Hopbush #BE659C

Tints of Hopbush #BE659C

Color information

#BE659C (or 0xBE659C) is unknown color: approx Hopbush. HEX triplet: BE, 65 and 9C. RGB value is (190,101,156). Sum of RGB (Red+Green+Blue) = 190+101+156=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE659C is #419A63. Grayscale: #858585. Windows color (decimal): -4299364 or 10249662. OLE color: 10249662.

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

Color convert

RGB190101156-
CMYK00.470.180.25
HSL322.92º40.64%57.06%-
HSV(B)322.92º46.84%74.51%-
XYZ31.8922.6534.14-
YUV133.88140.49168.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=42.51%
G=22.60%
B=34.90%

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
Decimal19010115600.470.180.25322.9240.6457.06
HexBE659C02F12191432939
Octal27614523405722315035171
Binary1011111011001011001110001011111001011001101000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE659C; }

 p { color: rgb(190,101,156); }

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

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

 a { background-color: rgb(190,101,156); }

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

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

 span { border-color: rgb(190,101,156); }

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