#BE719E

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

Shades of Hopbush #BE719E

Tints of Hopbush #BE719E

Color information

#BE719E (or 0xBE719E) is unknown color: approx Hopbush. HEX triplet: BE, 71 and 9E. RGB value is (190,113,158). Sum of RGB (Red+Green+Blue) = 190+113+158=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE719E is #418E61. Grayscale: #8D8D8D. Windows color (decimal): -4296290 or 10383806. OLE color: 10383806.

HSL color Cylindrical-coordinate representation of color #BE719E: hue angle of 324.94º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE719E is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190113158-
CMYK00.410.170.25
HSL324.94º37.2%59.41%-
HSV(B)324.94º40.53%74.51%-
XYZ33.3125.2335.46-
YUV141.15137.51162.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=41.21%
G=24.51%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011315800.410.170.25324.9437.259.41
HexBE719E0291119145253b
Octal27616123605121315054573
Binary1011111011100011001111001010011000111001101000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE719E; }

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

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

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

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

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

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

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

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