#BE7C96

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

Shades of Hopbush #BE7C96

Tints of Hopbush #BE7C96

Color information

#BE7C96 (or 0xBE7C96) is unknown color: approx Hopbush. HEX triplet: BE, 7C and 96. RGB value is (190,124,150). Sum of RGB (Red+Green+Blue) = 190+124+150=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C96 is #418369. Grayscale: #929292. Windows color (decimal): -4293482 or 9862334. OLE color: 9862334.

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

Color convert

RGB190124150-
CMYK00.350.210.25
HSL336.36º33.67%61.57%-
HSV(B)336.36º34.74%74.51%-
XYZ33.9527.5632.39-
YUV146.7129.87158.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=40.95%
G=26.72%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012415000.350.210.25336.3633.6761.57
HexBE7C960231519150223e
Octal27617422604325315204276
Binary1011111011111001001011001000111010111001101010000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C96; }

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

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

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

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

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

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

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

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