#BE759E

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

Shades of Hopbush #BE759E

Tints of Hopbush #BE759E

Color information

#BE759E (or 0xBE759E) is unknown color: approx Hopbush. HEX triplet: BE, 75 and 9E. RGB value is (190,117,158). Sum of RGB (Red+Green+Blue) = 190+117+158=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE759E is #418A61. Grayscale: #8F8F8F. Windows color (decimal): -4295266 or 10384830. OLE color: 10384830.

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

Color convert

RGB190117158-
CMYK00.380.170.25
HSL326.3º35.96%60.2%-
HSV(B)326.3º38.42%74.51%-
XYZ33.7726.1435.61-
YUV143.5136.18161.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=40.86%
G=25.16%
B=33.98%

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
Decimal19011715800.380.170.25326.335.9660.2
HexBE759E0261119146243c
Octal27616523604621315064474
Binary1011111011101011001111001001101000111001101000110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE759E; }

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

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

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

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

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

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

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

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