#BE759D

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

Shades of Hopbush #BE759D

Tints of Hopbush #BE759D

Color information

#BE759D (or 0xBE759D) is unknown color: approx Hopbush. HEX triplet: BE, 75 and 9D. RGB value is (190,117,157). Sum of RGB (Red+Green+Blue) = 190+117+157=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE759D is #418A62. Grayscale: #8F8F8F. Windows color (decimal): -4295267 or 10319294. OLE color: 10319294.

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

Color convert

RGB190117157-
CMYK00.380.170.25
HSL327.12º35.96%60.2%-
HSV(B)327.12º38.42%74.51%-
XYZ33.6826.135.16-
YUV143.39135.68161.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=40.95%
G=25.22%
B=33.84%

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
Decimal19011715700.380.170.25327.1235.9660.2
HexBE759D0261119147243c
Octal27616523504621315074474
Binary1011111011101011001110101001101000111001101000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE759D; }

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

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

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

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

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

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

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

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