#BE669E

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

Shades of Hopbush #BE669E

Tints of Hopbush #BE669E

Color information

#BE669E (or 0xBE669E) is unknown color: approx Hopbush. HEX triplet: BE, 66 and 9E. RGB value is (190,102,158). Sum of RGB (Red+Green+Blue) = 190+102+158=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE669E is #419961. Grayscale: #868686. Windows color (decimal): -4299106 or 10380990. OLE color: 10380990.

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

Color convert

RGB190102158-
CMYK00.460.170.25
HSL321.82º40.37%57.25%-
HSV(B)321.82º46.32%74.51%-
XYZ32.1622.9235.08-
YUV134.7141.15167.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=42.22%
G=22.67%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010215800.460.170.25321.8240.3757.25
HexBE669E02E11191422839
Octal27614623605621315025071
Binary1011111011001101001111001011101000111001101000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE669E; }

 p { color: rgb(190,102,158); }

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

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

 a { background-color: rgb(190,102,158); }

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

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

 span { border-color: rgb(190,102,158); }

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