#BE6896

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

Shades of Hopbush #BE6896

Tints of Hopbush #BE6896

Color information

#BE6896 (or 0xBE6896) is unknown color: approx Hopbush. HEX triplet: BE, 68 and 96. RGB value is (190,104,150). Sum of RGB (Red+Green+Blue) = 190+104+150=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6896 is #419769. Grayscale: #868686. Windows color (decimal): -4298602 or 9857214. OLE color: 9857214.

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

Color convert

RGB190104150-
CMYK00.450.210.25
HSL327.91º39.81%57.65%-
HSV(B)327.91º45.26%74.51%-
XYZ31.6923.0531.63-
YUV134.96136.49167.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 150 (58.98% from 255) = 33.78%
R=42.79%
G=23.42%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010415000.450.210.25327.9139.8157.65
HexBE689602D1519148283a
Octal27615022605525315105072
Binary1011111011010001001011001011011010111001101001000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6896; }

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

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

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

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

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

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

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

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