#BE6E96

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

Shades of Hopbush #BE6E96

Tints of Hopbush #BE6E96

Color information

#BE6E96 (or 0xBE6E96) is unknown color: approx Hopbush. HEX triplet: BE, 6E and 96. RGB value is (190,110,150). Sum of RGB (Red+Green+Blue) = 190+110+150=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E96 is #419169. Grayscale: #8A8A8A. Windows color (decimal): -4297066 or 9858750. OLE color: 9858750.

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

Color convert

RGB190110150-
CMYK00.420.210.25
HSL330º38.1%58.82%-
HSV(B)330º42.11%74.51%-
XYZ32.3224.331.84-
YUV138.48134.5164.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=42.22%
G=24.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011015000.420.210.2533038.158.82
HexBE6E9602A151914a263b
Octal27615622605225315124673
Binary1011111011011101001011001010101010111001101001010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E96; }

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

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

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

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

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

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

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

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