#BE659B

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

Shades of Hopbush #BE659B

Tints of Hopbush #BE659B

Color information

#BE659B (or 0xBE659B) is unknown color: approx Hopbush. HEX triplet: BE, 65 and 9B. RGB value is (190,101,155). Sum of RGB (Red+Green+Blue) = 190+101+155=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE659B is #419A64. Grayscale: #858585. Windows color (decimal): -4299365 or 10184126. OLE color: 10184126.

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

Color convert

RGB190101155-
CMYK00.470.180.25
HSL323.6º40.64%57.06%-
HSV(B)323.6º46.84%74.51%-
XYZ31.8122.6233.7-
YUV133.77139.99168.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=42.60%
G=22.65%
B=34.75%

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
Decimal19010115500.470.180.25323.640.6457.06
HexBE659B02F12191442939
Octal27614523305722315045171
Binary1011111011001011001101101011111001011001101000100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE659B; }

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

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

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

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

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

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

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

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