#BE739F

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

Shades of Hopbush #BE739F

Tints of Hopbush #BE739F

Color information

#BE739F (or 0xBE739F) is unknown color: approx Hopbush. HEX triplet: BE, 73 and 9F. RGB value is (190,115,159). Sum of RGB (Red+Green+Blue) = 190+115+159=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE739F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE739F is #418C60. Grayscale: #8E8E8E. Windows color (decimal): -4295777 or 10449854. OLE color: 10449854.

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

Color convert

RGB190115159-
CMYK00.390.160.25
HSL324.8º36.59%59.8%-
HSV(B)324.8º39.47%74.51%-
XYZ33.6225.7135.99-
YUV142.44137.35161.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 115 (45.31% from 255) = 24.78%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=40.95%
G=24.78%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011515900.390.160.25324.836.5959.8
HexBE739F0271019145253c
Octal27616323704720315054574
Binary1011111011100111001111101001111000011001101000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE739F; }

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

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

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

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

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

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

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

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