#BE769E

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

Shades of Hopbush #BE769E

Tints of Hopbush #BE769E

Color information

#BE769E (or 0xBE769E) is unknown color: approx Hopbush. HEX triplet: BE, 76 and 9E. RGB value is (190,118,158). Sum of RGB (Red+Green+Blue) = 190+118+158=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE769E is #418961. Grayscale: #909090. Windows color (decimal): -4295010 or 10385086. OLE color: 10385086.

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

Color convert

RGB190118158-
CMYK00.380.170.25
HSL326.67º35.64%60.39%-
HSV(B)326.67º37.89%74.51%-
XYZ33.8926.3735.65-
YUV144.09135.85160.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=40.77%
G=25.32%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011815800.380.170.25326.6735.6460.39
HexBE769E0261119147243c
Octal27616623604621315074474
Binary1011111011101101001111001001101000111001101000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE769E; }

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

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

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

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

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

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

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

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