#BE6A9F

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

Shades of Hopbush #BE6A9F

Tints of Hopbush #BE6A9F

Color information

#BE6A9F (or 0xBE6A9F) is unknown color: approx Hopbush. HEX triplet: BE, 6A and 9F. RGB value is (190,106,159). Sum of RGB (Red+Green+Blue) = 190+106+159=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A9F is #419560. Grayscale: #898989. Windows color (decimal): -4298081 or 10447550. OLE color: 10447550.

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

Color convert

RGB190106159-
CMYK00.440.160.25
HSL322.14º39.25%58.04%-
HSV(B)322.14º44.21%74.51%-
XYZ32.6523.7635.67-
YUV137.16140.33165.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=41.76%
G=23.30%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010615900.440.160.25322.1439.2558.04
HexBE6A9F02C1019142273a
Octal27615223705420315024772
Binary1011111011010101001111101011001000011001101000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A9F; }

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

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

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

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

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

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

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

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