#BE7396

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

Shades of Hopbush #BE7396

Tints of Hopbush #BE7396

Color information

#BE7396 (or 0xBE7396) is unknown color: approx Hopbush. HEX triplet: BE, 73 and 96. RGB value is (190,115,150). Sum of RGB (Red+Green+Blue) = 190+115+150=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7396 is #418C69. Grayscale: #8D8D8D. Windows color (decimal): -4295786 or 9860030. OLE color: 9860030.

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

Color convert

RGB190115150-
CMYK00.390.210.25
HSL332º36.59%59.8%-
HSV(B)332º39.47%74.51%-
XYZ32.8725.4132.03-
YUV141.42132.85162.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=41.76%
G=25.27%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011515000.390.210.2533236.5959.8
HexBE7396027151914c253c
Octal27616322604725315144574
Binary1011111011100111001011001001111010111001101001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7396; }

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

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

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

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

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

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

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

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