#BE7399

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

Shades of Hopbush #BE7399

Tints of Hopbush #BE7399

Color information

#BE7399 (or 0xBE7399) is unknown color: approx Hopbush. HEX triplet: BE, 73 and 99. RGB value is (190,115,153). Sum of RGB (Red+Green+Blue) = 190+115+153=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7399 is #418C66. Grayscale: #8D8D8D. Windows color (decimal): -4295783 or 10056638. OLE color: 10056638.

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

Color convert

RGB190115153-
CMYK00.390.190.25
HSL329.6º36.59%59.8%-
HSV(B)329.6º39.47%74.51%-
XYZ33.1225.5133.32-
YUV141.76134.35162.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=41.48%
G=25.11%
B=33.41%

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
Decimal19011515300.390.190.25329.636.5959.8
HexBE7399027131914a253c
Octal27616323104723315124574
Binary1011111011100111001100101001111001111001101001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7399; }

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

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

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

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

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

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

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

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