#BE7196

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

Shades of Hopbush #BE7196

Tints of Hopbush #BE7196

Color information

#BE7196 (or 0xBE7196) is unknown color: approx Hopbush. HEX triplet: BE, 71 and 96. RGB value is (190,113,150). Sum of RGB (Red+Green+Blue) = 190+113+150=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7196 is #418E69. Grayscale: #8C8C8C. Windows color (decimal): -4296298 or 9859518. OLE color: 9859518.

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

Color convert

RGB190113150-
CMYK00.410.210.25
HSL331.17º37.2%59.41%-
HSV(B)331.17º40.53%74.51%-
XYZ32.6524.9631.95-
YUV140.24133.51163.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=41.94%
G=24.94%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011315000.410.210.25331.1737.259.41
HexBE7196029151914b253b
Octal27616122605125315134573
Binary1011111011100011001011001010011010111001101001011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7196; }

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

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

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

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

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

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

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

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