#BE7996

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

Shades of Hopbush #BE7996

Tints of Hopbush #BE7996

Color information

#BE7996 (or 0xBE7996) is unknown color: approx Hopbush. HEX triplet: BE, 79 and 96. RGB value is (190,121,150). Sum of RGB (Red+Green+Blue) = 190+121+150=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7996 is #418669. Grayscale: #909090. Windows color (decimal): -4294250 or 9861566. OLE color: 9861566.

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

Color convert

RGB190121150-
CMYK00.360.210.25
HSL334.78º34.67%60.98%-
HSV(B)334.78º36.32%74.51%-
XYZ33.5826.8232.26-
YUV144.94130.86160.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=41.21%
G=26.25%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012115000.360.210.25334.7834.6760.98
HexBE7996024151914f233d
Octal27617122604425315174375
Binary1011111011110011001011001001001010111001101001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7996; }

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

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

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

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

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

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

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

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