#BE779E

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

Shades of Hopbush #BE779E

Tints of Hopbush #BE779E

Color information

#BE779E (or 0xBE779E) is unknown color: approx Hopbush. HEX triplet: BE, 77 and 9E. RGB value is (190,119,158). Sum of RGB (Red+Green+Blue) = 190+119+158=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE779E is #418861. Grayscale: #909090. Windows color (decimal): -4294754 or 10385342. OLE color: 10385342.

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

Color convert

RGB190119158-
CMYK00.370.170.25
HSL327.04º35.32%60.59%-
HSV(B)327.04º37.37%74.51%-
XYZ3426.6135.69-
YUV144.67135.52160.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=40.69%
G=25.48%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011915800.370.170.25327.0435.3260.59
HexBE779E0251119147233d
Octal27616723604521315074375
Binary1011111011101111001111001001011000111001101000111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE779E; }

 p { color: rgb(190,119,158); }

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

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

 a { background-color: rgb(190,119,158); }

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

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

 span { border-color: rgb(190,119,158); }

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