#BE6A90

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

Shades of Hopbush #BE6A90

Tints of Hopbush #BE6A90

Color information

#BE6A90 (or 0xBE6A90) is unknown color: approx Hopbush. HEX triplet: BE, 6A and 90. RGB value is (190,106,144). Sum of RGB (Red+Green+Blue) = 190+106+144=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A90 is #41956F. Grayscale: #878787. Windows color (decimal): -4298096 or 9464510. OLE color: 9464510.

HSL color Cylindrical-coordinate representation of color #BE6A90: hue angle of 332.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6A90 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB190106144-
CMYK00.440.240.25
HSL332.86º39.25%58.04%-
HSV(B)332.86º44.21%74.51%-
XYZ31.4223.2729.22-
YUV135.45132.83166.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=43.18%
G=24.09%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010614400.440.240.25332.8639.2558.04
HexBE6A9002C181914d273a
Octal27615222005430315154772
Binary1011111011010101001000001011001100011001101001101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A90; }

 p { color: rgb(190,106,144); }

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

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

 a { background-color: rgb(190,106,144); }

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

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

 span { border-color: rgb(190,106,144); }

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