#BE739A

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

Shades of Hopbush #BE739A

Tints of Hopbush #BE739A

Color information

#BE739A (or 0xBE739A) is unknown color: approx Hopbush. HEX triplet: BE, 73 and 9A. RGB value is (190,115,154). Sum of RGB (Red+Green+Blue) = 190+115+154=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE739A is #418C65. Grayscale: #8D8D8D. Windows color (decimal): -4295782 or 10122174. OLE color: 10122174.

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

Color convert

RGB190115154-
CMYK00.390.190.25
HSL328.8º36.59%59.8%-
HSV(B)328.8º39.47%74.51%-
XYZ33.225.5433.75-
YUV141.87134.85162.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=41.39%
G=25.05%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011515400.390.190.25328.836.5959.8
HexBE739A0271319149253c
Octal27616323204723315114574
Binary1011111011100111001101001001111001111001101001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE739A; }

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

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

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

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

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

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

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

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