#BE769D

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

Shades of Hopbush #BE769D

Tints of Hopbush #BE769D

Color information

#BE769D (or 0xBE769D) is unknown color: approx Hopbush. HEX triplet: BE, 76 and 9D. RGB value is (190,118,157). Sum of RGB (Red+Green+Blue) = 190+118+157=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE769D is #418962. Grayscale: #8F8F8F. Windows color (decimal): -4295011 or 10319550. OLE color: 10319550.

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

Color convert

RGB190118157-
CMYK00.380.170.25
HSL327.5º35.64%60.39%-
HSV(B)327.5º37.89%74.51%-
XYZ33.826.3435.2-
YUV143.97135.35160.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=40.86%
G=25.38%
B=33.76%

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
Decimal19011815700.380.170.25327.535.6460.39
HexBE769D0261119148243c
Octal27616623504621315104474
Binary1011111011101101001110101001101000111001101001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE769D; }

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

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

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

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

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

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

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

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