#BE799E

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

Shades of Hopbush #BE799E

Tints of Hopbush #BE799E

Color information

#BE799E (or 0xBE799E) is unknown color: approx Hopbush. HEX triplet: BE, 79 and 9E. RGB value is (190,121,158). Sum of RGB (Red+Green+Blue) = 190+121+158=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE799E is #418661. Grayscale: #919191. Windows color (decimal): -4294242 or 10385854. OLE color: 10385854.

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

Color convert

RGB190121158-
CMYK00.360.170.25
HSL327.83º34.67%60.98%-
HSV(B)327.83º36.32%74.51%-
XYZ34.2427.0935.77-
YUV145.85134.86159.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=40.51%
G=25.80%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012115800.360.170.25327.8334.6760.98
HexBE799E0241119148233d
Octal27617123604421315104375
Binary1011111011110011001111001001001000111001101001000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE799E; }

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

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

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

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

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

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

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

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