#BE6396

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

Shades of Hopbush #BE6396

Tints of Hopbush #BE6396

Color information

#BE6396 (or 0xBE6396) is unknown color: approx Hopbush. HEX triplet: BE, 63 and 96. RGB value is (190,99,150). Sum of RGB (Red+Green+Blue) = 190+99+150=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6396 is #419C69. Grayscale: #838383. Windows color (decimal): -4299882 or 9855934. OLE color: 9855934.

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

Color convert

RGB19099150-
CMYK00.480.210.25
HSL326.37º41.18%56.67%-
HSV(B)326.37º47.89%74.51%-
XYZ31.222.0731.47-
YUV132.02138.15169.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=43.28%
G=22.55%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909915000.480.210.25326.3741.1856.67
HexBE639603015191462939
Octal27614322606025315065171
Binary1011111011000111001011001100001010111001101000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6396; }

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

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

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

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

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

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

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

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