#BE759C

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

Shades of Hopbush #BE759C

Tints of Hopbush #BE759C

Color information

#BE759C (or 0xBE759C) is unknown color: approx Hopbush. HEX triplet: BE, 75 and 9C. RGB value is (190,117,156). Sum of RGB (Red+Green+Blue) = 190+117+156=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE759C is #418A63. Grayscale: #8F8F8F. Windows color (decimal): -4295268 or 10253758. OLE color: 10253758.

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

Color convert

RGB190117156-
CMYK00.380.180.25
HSL327.95º35.96%60.2%-
HSV(B)327.95º38.42%74.51%-
XYZ33.626.0734.71-
YUV143.27135.18161.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=41.04%
G=25.27%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011715600.380.180.25327.9535.9660.2
HexBE759C0261219148243c
Octal27616523404622315104474
Binary1011111011101011001110001001101001011001101001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE759C; }

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

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

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

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

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

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

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

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