#BE7994

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

Shades of Hopbush #BE7994

Tints of Hopbush #BE7994

Color information

#BE7994 (or 0xBE7994) is unknown color: approx Hopbush. HEX triplet: BE, 79 and 94. RGB value is (190,121,148). Sum of RGB (Red+Green+Blue) = 190+121+148=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7994 is #41866B. Grayscale: #909090. Windows color (decimal): -4294252 or 9730494. OLE color: 9730494.

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

Color convert

RGB190121148-
CMYK00.360.220.25
HSL336.52º34.67%60.98%-
HSV(B)336.52º36.32%74.51%-
XYZ33.4226.7631.42-
YUV144.71129.86160.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=41.39%
G=26.36%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012114800.360.220.25336.5234.6760.98
HexBE79940241619151233d
Octal27617122404426315214375
Binary1011111011110011001010001001001011011001101010001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7994; }

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

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

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

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

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

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

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

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