#BE739C

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

Shades of Hopbush #BE739C

Tints of Hopbush #BE739C

Color information

#BE739C (or 0xBE739C) is unknown color: approx Hopbush. HEX triplet: BE, 73 and 9C. RGB value is (190,115,156). Sum of RGB (Red+Green+Blue) = 190+115+156=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE739C is #418C63. Grayscale: #8E8E8E. Windows color (decimal): -4295780 or 10253246. OLE color: 10253246.

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

Color convert

RGB190115156-
CMYK00.390.180.25
HSL327.2º36.59%59.8%-
HSV(B)327.2º39.47%74.51%-
XYZ33.3725.6134.64-
YUV142.1135.85162.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=41.21%
G=24.95%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011515600.390.180.25327.236.5959.8
HexBE739C0271219147253c
Octal27616323404722315074574
Binary1011111011100111001110001001111001011001101000111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE739C; }

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

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

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

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

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

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

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

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