#BE769F

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

Shades of Hopbush #BE769F

Tints of Hopbush #BE769F

Color information

#BE769F (or 0xBE769F) is unknown color: approx Hopbush. HEX triplet: BE, 76 and 9F. RGB value is (190,118,159). Sum of RGB (Red+Green+Blue) = 190+118+159=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE769F is #418960. Grayscale: #909090. Windows color (decimal): -4295009 or 10450622. OLE color: 10450622.

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

Color convert

RGB190118159-
CMYK00.380.160.25
HSL325.83º35.64%60.39%-
HSV(B)325.83º37.89%74.51%-
XYZ33.9726.4136.11-
YUV144.2136.35160.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 159 (62.5% from 255) = 34.05%
R=40.69%
G=25.27%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011815900.380.160.25325.8335.6460.39
HexBE769F0261019146243c
Octal27616623704620315064474
Binary1011111011101101001111101001101000011001101000110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE769F; }

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

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

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

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

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

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

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

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